Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- README.md +30 -1
- ted_talks_iwslt.py +0 -1
README.md
CHANGED
@@ -119,7 +119,36 @@ licenses:
|
|
119 |
multilinguality:
|
120 |
- translation
|
121 |
size_categories:
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
source_datasets:
|
124 |
- original
|
125 |
task_categories:
|
|
|
119 |
multilinguality:
|
120 |
- translation
|
121 |
size_categories:
|
122 |
+
de_ja_2014:
|
123 |
+
- 1K<n<10K
|
124 |
+
de_ja_2015:
|
125 |
+
- 1K<n<10K
|
126 |
+
de_ja_2016:
|
127 |
+
- 1K<n<10K
|
128 |
+
eu_ca_2014:
|
129 |
+
- n<1K
|
130 |
+
eu_ca_2015:
|
131 |
+
- n<1K
|
132 |
+
eu_ca_2016:
|
133 |
+
- n<1K
|
134 |
+
fr-ca_hi_2014:
|
135 |
+
- n<1K
|
136 |
+
fr-ca_hi_2015:
|
137 |
+
- n<1K
|
138 |
+
fr-ca_hi_2016:
|
139 |
+
- n<1K
|
140 |
+
nl_en_2014:
|
141 |
+
- 1K<n<10K
|
142 |
+
nl_en_2015:
|
143 |
+
- 1K<n<10K
|
144 |
+
nl_en_2016:
|
145 |
+
- 1K<n<10K
|
146 |
+
nl_hi_2014:
|
147 |
+
- n<1K
|
148 |
+
nl_hi_2015:
|
149 |
+
- n<1K
|
150 |
+
nl_hi_2016:
|
151 |
+
- n<1K
|
152 |
source_datasets:
|
153 |
- original
|
154 |
task_categories:
|
ted_talks_iwslt.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""TED TALKS IWSLT: Web Inventory of Transcribed and Translated Ted Talks in 109 languages."""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import os
|
20 |
import xml.etree.ElementTree as ET
|
|
|
14 |
# limitations under the License.
|
15 |
"""TED TALKS IWSLT: Web Inventory of Transcribed and Translated Ted Talks in 109 languages."""
|
16 |
|
|
|
17 |
|
18 |
import os
|
19 |
import xml.etree.ElementTree as ET
|