Taherrajab
commited on
Commit
•
f5eecdf
1
Parent(s):
c1b20c3
Update README.md
Browse files
README.md
CHANGED
@@ -7,50 +7,11 @@ configs:
|
|
7 |
default: true
|
8 |
- config_name: en-xl
|
9 |
data_files: en-xl.json
|
10 |
-
- config_name: ca
|
11 |
-
data_files: ca.json
|
12 |
-
- config_name: de
|
13 |
-
data_files: de.json
|
14 |
-
- config_name: es
|
15 |
-
data_files: es.json
|
16 |
-
- config_name: el
|
17 |
-
data_files: el.json
|
18 |
- config_name: fa
|
19 |
data_files: fa.json
|
20 |
-
- config_name: fi
|
21 |
-
data_files: fi.json
|
22 |
-
- config_name: fr
|
23 |
-
data_files: fr.json
|
24 |
-
- config_name: it
|
25 |
-
data_files: it.json
|
26 |
-
- config_name: pl
|
27 |
-
data_files: pl.json
|
28 |
-
- config_name: pt
|
29 |
-
data_files: pt.json
|
30 |
-
- config_name: ru
|
31 |
-
data_files: ru.json
|
32 |
-
- config_name: sv
|
33 |
-
data_files: sv.json
|
34 |
-
- config_name: uk
|
35 |
-
data_files: uk.json
|
36 |
-
- config_name: zh
|
37 |
-
data_files: zh.json
|
38 |
language:
|
39 |
- en
|
40 |
-
- ca
|
41 |
-
- de
|
42 |
-
- es
|
43 |
-
- el
|
44 |
- fa
|
45 |
-
- fi
|
46 |
-
- fr
|
47 |
-
- it
|
48 |
-
- pl
|
49 |
-
- pt
|
50 |
-
- ru
|
51 |
-
- sv
|
52 |
-
- uk
|
53 |
-
- zh
|
54 |
tags:
|
55 |
- synthetic
|
56 |
---
|
@@ -66,21 +27,7 @@ We support 15 languages, which means we have around 150,000 pairs of text and ph
|
|
66 |
|
67 |
* English (en)
|
68 |
* English-XL (en-xl): ~100K phonemized pairs, English-only
|
69 |
-
* Catalan (ca)
|
70 |
-
* German (de)
|
71 |
-
* Spanish (es)
|
72 |
-
* Greek (el)
|
73 |
* Persian (fa): Requested by [@Respair](https://huggingface.co/Respair)
|
74 |
-
* Finnish (fi)
|
75 |
-
* French (fr)
|
76 |
-
* Italian (it)
|
77 |
-
* Polish (pl)
|
78 |
-
* Portuguese (pt)
|
79 |
-
* Russian (ru)
|
80 |
-
* Swedish (sw)
|
81 |
-
* Ukrainian (uk)
|
82 |
-
* Chinese (zh): Thank you to [@eugenepentland](https://huggingface.co/eugenepentland) for assistance in processing this text, as East-Asian languages are the most compute-intensive!
|
83 |
-
|
84 |
## License + Credits
|
85 |
|
86 |
Source data comes from [Wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) and is licensed under CC-BY-SA 3.0. This dataset is licensed under CC-BY-SA 3.0.
|
|
|
7 |
default: true
|
8 |
- config_name: en-xl
|
9 |
data_files: en-xl.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- config_name: fa
|
11 |
data_files: fa.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
language:
|
13 |
- en
|
|
|
|
|
|
|
|
|
14 |
- fa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
tags:
|
16 |
- synthetic
|
17 |
---
|
|
|
27 |
|
28 |
* English (en)
|
29 |
* English-XL (en-xl): ~100K phonemized pairs, English-only
|
|
|
|
|
|
|
|
|
30 |
* Persian (fa): Requested by [@Respair](https://huggingface.co/Respair)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## License + Credits
|
32 |
|
33 |
Source data comes from [Wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) and is licensed under CC-BY-SA 3.0. This dataset is licensed under CC-BY-SA 3.0.
|