Datasets:
Add task_categories and size_categories to yaml
#2
by VoicesColeby - opened
README.md
CHANGED
|
@@ -26,6 +26,10 @@ configs:
|
|
| 26 |
license: cc-by-nc-4.0
|
| 27 |
language:
|
| 28 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
pretty_name: The Expresso Dataset
|
| 30 |
---
|
| 31 |
|
|
|
|
| 26 |
license: cc-by-nc-4.0
|
| 27 |
language:
|
| 28 |
- en
|
| 29 |
+
task_categories:
|
| 30 |
+
- text-to-speech
|
| 31 |
+
size_categories:
|
| 32 |
+
- 10K<n<100K
|
| 33 |
pretty_name: The Expresso Dataset
|
| 34 |
---
|
| 35 |
|