Add language tag
#2
by
lbourdois
- opened
README.md
CHANGED
|
@@ -38,10 +38,12 @@ configs:
|
|
| 38 |
path: data/dev-*
|
| 39 |
- split: test
|
| 40 |
path: data/test-*
|
|
|
|
|
|
|
| 41 |
---
|
| 42 |
|
| 43 |
|
| 44 |
This is a 20% subset of the cml tts dataset (french).
|
| 45 |
Audios of less than one second have been excluded.
|
| 46 |
|
| 47 |
-
Link to the original dataset: [ylacombe/cml-tts](https://huggingface.co/datasets/ylacombe/cml-tts)
|
|
|
|
| 38 |
path: data/dev-*
|
| 39 |
- split: test
|
| 40 |
path: data/test-*
|
| 41 |
+
language:
|
| 42 |
+
- fr
|
| 43 |
---
|
| 44 |
|
| 45 |
|
| 46 |
This is a 20% subset of the cml tts dataset (french).
|
| 47 |
Audios of less than one second have been excluded.
|
| 48 |
|
| 49 |
+
Link to the original dataset: [ylacombe/cml-tts](https://huggingface.co/datasets/ylacombe/cml-tts)
|