readme
Browse files
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- example
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
# [doc] audio dataset
|
| 7 |
|
| 8 |
-
This dataset contains four audio files, two in the /train directory (one in the cat/ subdirectory and one in the dog/ subdirectory), and two in the test/ directory (same distribution in subdirectories).
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- example
|
| 4 |
+
configs:
|
| 5 |
+
- config_name: default # Name of the dataset subset, if applicable.
|
| 6 |
+
drop_labels: true
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# [doc] audio dataset 10
|
| 10 |
|
| 11 |
+
This dataset contains four audio files, two in the /train directory (one in the cat/ subdirectory and one in the dog/ subdirectory), and two in the test/ directory (same distribution in subdirectories). The label column is not created because the configuration contains ``drop_labels: true`.
|