VoicesColeby commited on
Commit
7bc66ae
·
verified ·
1 Parent(s): 9fb79a1

Add task_categories and size_categories to yaml

Browse files

Added task_categories and size_categories to the yaml so the dataset shows up in Hub task and size filters. No other changes.

Files changed (1) hide show
  1. README.md +4 -0
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