Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
7 |
size_categories:
|
8 |
- 100K<n<1M
|
9 |
---
|
10 |
-
The french subset of the dataset [Multilingual TEDx](https://www.openslr.org/100). The data uploaded to HF corresponds to the directory fr-fr
|
11 |
|
12 |
Configs:
|
13 |
- single_samples (default): all samples taken separately
|
@@ -17,7 +17,7 @@ Configs:
|
|
17 |
|
18 |
```
|
19 |
|
20 |
-
dependencies:
|
21 |
- ffmpeg: apt install ffmpeg
|
22 |
- ffmpeg-python: pip install ffmpeg-python
|
23 |
|
|
|
7 |
size_categories:
|
8 |
- 100K<n<1M
|
9 |
---
|
10 |
+
The french subset of the dataset [Multilingual TEDx](https://www.openslr.org/100). The data uploaded to HF corresponds to the directory fr-fr. The audio files are automatically resampled to 16 kHz.
|
11 |
|
12 |
Configs:
|
13 |
- single_samples (default): all samples taken separately
|
|
|
17 |
|
18 |
```
|
19 |
|
20 |
+
dependencies (for much faster audio decoding):
|
21 |
- ffmpeg: apt install ffmpeg
|
22 |
- ffmpeg-python: pip install ffmpeg-python
|
23 |
|