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 +12 -12
- large_spanish_corpus.py +0 -1
README.md
CHANGED
@@ -42,37 +42,37 @@ multilinguality:
|
|
42 |
- monolingual
|
43 |
size_categories:
|
44 |
DGT:
|
45 |
-
- n
|
46 |
DOGC:
|
47 |
-
- n
|
48 |
ECB:
|
49 |
-
- n
|
50 |
EMEA:
|
51 |
-
- n
|
52 |
EUBookShop:
|
53 |
-
- n
|
54 |
Europarl:
|
55 |
-
- n
|
56 |
GlobalVoices:
|
57 |
- 100K<n<1M
|
58 |
JRC:
|
59 |
-
- n
|
60 |
NewsCommentary11:
|
61 |
- 100K<n<1M
|
62 |
OpenSubtitles2018:
|
63 |
-
- n
|
64 |
ParaCrawl:
|
65 |
-
- n
|
66 |
TED:
|
67 |
- 100K<n<1M
|
68 |
UN:
|
69 |
- 10K<n<100K
|
70 |
all_wikis:
|
71 |
-
- n
|
72 |
combined:
|
73 |
-
- n
|
74 |
multiUN:
|
75 |
-
- n
|
76 |
source_datasets:
|
77 |
- original
|
78 |
task_categories:
|
|
|
42 |
- monolingual
|
43 |
size_categories:
|
44 |
DGT:
|
45 |
+
- 1M<n<10M
|
46 |
DOGC:
|
47 |
+
- 10M<n<100M
|
48 |
ECB:
|
49 |
+
- 1M<n<10M
|
50 |
EMEA:
|
51 |
+
- 1M<n<10M
|
52 |
EUBookShop:
|
53 |
+
- 1M<n<10M
|
54 |
Europarl:
|
55 |
+
- 1M<n<10M
|
56 |
GlobalVoices:
|
57 |
- 100K<n<1M
|
58 |
JRC:
|
59 |
+
- 1M<n<10M
|
60 |
NewsCommentary11:
|
61 |
- 100K<n<1M
|
62 |
OpenSubtitles2018:
|
63 |
+
- 100M<n<1B
|
64 |
ParaCrawl:
|
65 |
+
- 10M<n<100M
|
66 |
TED:
|
67 |
- 100K<n<1M
|
68 |
UN:
|
69 |
- 10K<n<100K
|
70 |
all_wikis:
|
71 |
+
- 10M<n<100M
|
72 |
combined:
|
73 |
+
- 100M<n<1B
|
74 |
multiUN:
|
75 |
+
- 10M<n<100M
|
76 |
source_datasets:
|
77 |
- original
|
78 |
task_categories:
|
large_spanish_corpus.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""The Large Spanish Corpus is a compilation of Spanish corpora spanning Wikipedia to European parliament notes."""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import os
|
20 |
|
|
|
14 |
# limitations under the License.
|
15 |
"""The Large Spanish Corpus is a compilation of Spanish corpora spanning Wikipedia to European parliament notes."""
|
16 |
|
|
|
17 |
|
18 |
import os
|
19 |
|