polinaeterna HF staff commited on
Commit
17653e0
1 Parent(s): 5d298fa

add note about formats to readme, remove dataset_infos.json

Browse files
Files changed (2) hide show
  1. README.md +9 -2
  2. dataset_infos.json +0 -0
README.md CHANGED
@@ -116,14 +116,21 @@ automation. This dataset is generated by applying forced alignment on crowd-sour
116
  audio to produce per-word timing estimates for extraction.
117
  All alignments are included in the dataset.
118
 
 
 
 
 
 
 
 
119
  ### Supported Tasks and Leaderboards
120
 
121
  Keyword spotting, Spoken term search
122
 
123
  ### Languages
124
 
125
- The dataset is multilingual. To specify several languages to downloading pass a list of them to the
126
- `language` argument:
127
 
128
  ```python
129
  ds = load_dataset("datasets/ml_spoken_words", languages=["ar", "tt", "br"])
 
116
  audio to produce per-word timing estimates for extraction.
117
  All alignments are included in the dataset.
118
 
119
+ Data is provided in two formats: `wav` (16KHz) and `opus` (48KHz). To download a specific format pass it to the `format`
120
+ argument (default format is `wav`):
121
+
122
+ ```python
123
+ ds = load_dataset("datasets/ml_spoken_words", languages="tt", format="opus")
124
+ ```
125
+
126
  ### Supported Tasks and Leaderboards
127
 
128
  Keyword spotting, Spoken term search
129
 
130
  ### Languages
131
 
132
+ The dataset is multilingual. To specify several languages to download pass a list of them to the
133
+ `languages` argument:
134
 
135
  ```python
136
  ds = load_dataset("datasets/ml_spoken_words", languages=["ar", "tt", "br"])
dataset_infos.json DELETED
The diff for this file is too large to render. See raw diff