Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -85,6 +85,11 @@ configs:
|
|
85 |
path: data/validation-*
|
86 |
- split: test
|
87 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
88 |
---
|
89 |
|
90 |
-
The [Common Language](https://huggingface.co/datasets/speechbrain/common_language) dataset without needing to run remote code, so it is compatible with `datasets >= 4.0.0`.
|
|
|
85 |
path: data/validation-*
|
86 |
- split: test
|
87 |
path: data/test-*
|
88 |
+
license: cc-by-4.0
|
89 |
+
task_categories:
|
90 |
+
- audio-classification
|
91 |
+
size_categories:
|
92 |
+
- 100K<n<1M
|
93 |
---
|
94 |
|
95 |
+
The [Common Language](https://huggingface.co/datasets/speechbrain/common_language) dataset without needing to run remote code, so it is compatible with `datasets >= 4.0.0`.
|