Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ configs:
|
|
| 11 |
- config_name: default
|
| 12 |
data_files:
|
| 13 |
- split: test
|
| 14 |
-
path:
|
| 15 |
task_categories:
|
| 16 |
- audio-classification
|
| 17 |
pretty_name: seamless-interaction
|
|
@@ -21,8 +21,8 @@ pretty_name: seamless-interaction
|
|
| 21 |
|
| 22 |
## Folder structure
|
| 23 |
|
| 24 |
-
```
|
| 25 |
-
root
|
| 26 |
|- audio_000/
|
| 27 |
|- audio_001/
|
| 28 |
|- data_000.parquet
|
|
|
|
| 11 |
- config_name: default
|
| 12 |
data_files:
|
| 13 |
- split: test
|
| 14 |
+
path: data_*.parquet
|
| 15 |
task_categories:
|
| 16 |
- audio-classification
|
| 17 |
pretty_name: seamless-interaction
|
|
|
|
| 21 |
|
| 22 |
## Folder structure
|
| 23 |
|
| 24 |
+
```text
|
| 25 |
+
root/
|
| 26 |
|- audio_000/
|
| 27 |
|- audio_001/
|
| 28 |
|- data_000.parquet
|