parquet-converter commited on
Commit
0a9b811
1 Parent(s): ce7483a

Update parquet files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +0 -78
  2. README.md +0 -124
  3. dataset/en/train.jsonl +0 -3
  4. dataset/es/dev.jsonl +0 -3
  5. dataset/es/test.jsonl +0 -3
  6. dataset/es/train.jsonl +0 -3
  7. dataset/fr/dev.jsonl +0 -3
  8. dataset/fr/test.jsonl +0 -3
  9. dataset/fr/train.jsonl +0 -3
  10. dataset/it/dev.jsonl +0 -3
  11. dataset/it/test.jsonl +0 -3
  12. dataset/it/train.jsonl +0 -3
  13. dataset/label.json +0 -1
  14. dataset/nl/dev.jsonl +0 -3
  15. dataset/nl/test.jsonl +0 -3
  16. dataset/nl/train.jsonl +0 -3
  17. dataset/pl/dev.jsonl +0 -3
  18. dataset/pl/test.jsonl +0 -3
  19. dataset/pl/train.jsonl +0 -3
  20. dataset/pt/dev.jsonl +0 -3
  21. dataset/pt/test.jsonl +0 -3
  22. dataset/pt/train.jsonl +0 -3
  23. dataset/ru/dev.jsonl +0 -3
  24. dataset/ru/test.jsonl +0 -3
  25. dataset/ru/train.jsonl +0 -3
  26. dataset/en/test.jsonl → de/wikineural-test.parquet +2 -2
  27. dataset/en/dev.jsonl → de/wikineural-train.parquet +2 -2
  28. dataset/de/dev.jsonl → de/wikineural-validation.parquet +2 -2
  29. dataset/de/test.jsonl → en/wikineural-test.parquet +2 -2
  30. en/wikineural-train.parquet +3 -0
  31. en/wikineural-validation.parquet +3 -0
  32. es/wikineural-test.parquet +3 -0
  33. es/wikineural-train.parquet +3 -0
  34. es/wikineural-validation.parquet +3 -0
  35. fr/wikineural-test.parquet +3 -0
  36. dataset/de/train.jsonl → fr/wikineural-train.parquet +2 -2
  37. fr/wikineural-validation.parquet +3 -0
  38. it/wikineural-test.parquet +3 -0
  39. it/wikineural-train.parquet +3 -0
  40. it/wikineural-validation.parquet +3 -0
  41. nl/wikineural-test.parquet +3 -0
  42. nl/wikineural-train.parquet +3 -0
  43. nl/wikineural-validation.parquet +3 -0
  44. pl/wikineural-test.parquet +3 -0
  45. pl/wikineural-train.parquet +3 -0
  46. pl/wikineural-validation.parquet +3 -0
  47. pt/wikineural-test.parquet +3 -0
  48. pt/wikineural-train.parquet +3 -0
  49. pt/wikineural-validation.parquet +3 -0
  50. ru/wikineural-test.parquet +3 -0
.gitattributes DELETED
@@ -1,78 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.lz4 filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.npy filter=lfs diff=lfs merge=lfs -text
14
- *.npz filter=lfs diff=lfs merge=lfs -text
15
- *.onnx filter=lfs diff=lfs merge=lfs -text
16
- *.ot filter=lfs diff=lfs merge=lfs -text
17
- *.parquet filter=lfs diff=lfs merge=lfs -text
18
- *.pb filter=lfs diff=lfs merge=lfs -text
19
- *.pickle filter=lfs diff=lfs merge=lfs -text
20
- *.pkl filter=lfs diff=lfs merge=lfs -text
21
- *.pt filter=lfs diff=lfs merge=lfs -text
22
- *.pth filter=lfs diff=lfs merge=lfs -text
23
- *.rar filter=lfs diff=lfs merge=lfs -text
24
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
- *.tar.* filter=lfs diff=lfs merge=lfs -text
26
- *.tflite filter=lfs diff=lfs merge=lfs -text
27
- *.tgz filter=lfs diff=lfs merge=lfs -text
28
- *.wasm filter=lfs diff=lfs merge=lfs -text
29
- *.xz filter=lfs diff=lfs merge=lfs -text
30
- *.zip filter=lfs diff=lfs merge=lfs -text
31
- *.zst filter=lfs diff=lfs merge=lfs -text
32
- *tfevents* filter=lfs diff=lfs merge=lfs -text
33
- # Audio files - uncompressed
34
- *.pcm filter=lfs diff=lfs merge=lfs -text
35
- *.sam filter=lfs diff=lfs merge=lfs -text
36
- *.raw filter=lfs diff=lfs merge=lfs -text
37
- # Audio files - compressed
38
- *.aac filter=lfs diff=lfs merge=lfs -text
39
- *.flac filter=lfs diff=lfs merge=lfs -text
40
- *.mp3 filter=lfs diff=lfs merge=lfs -text
41
- *.ogg filter=lfs diff=lfs merge=lfs -text
42
- *.wav filter=lfs diff=lfs merge=lfs -text
43
- # Image files - uncompressed
44
- *.bmp filter=lfs diff=lfs merge=lfs -text
45
- *.gif filter=lfs diff=lfs merge=lfs -text
46
- *.png filter=lfs diff=lfs merge=lfs -text
47
- *.tiff filter=lfs diff=lfs merge=lfs -text
48
- # Image files - compressed
49
- *.jpg filter=lfs diff=lfs merge=lfs -text
50
- *.jpeg filter=lfs diff=lfs merge=lfs -text
51
- *.webp filter=lfs diff=lfs merge=lfs -text
52
- dataset/nl/test.jsonl filter=lfs diff=lfs merge=lfs -text
53
- dataset/pl/test.jsonl filter=lfs diff=lfs merge=lfs -text
54
- dataset/pt/test.jsonl filter=lfs diff=lfs merge=lfs -text
55
- dataset/de/train.jsonl filter=lfs diff=lfs merge=lfs -text
56
- dataset/en/dev.jsonl filter=lfs diff=lfs merge=lfs -text
57
- dataset/nl/train.jsonl filter=lfs diff=lfs merge=lfs -text
58
- dataset/ru/dev.jsonl filter=lfs diff=lfs merge=lfs -text
59
- dataset/ru/train.jsonl filter=lfs diff=lfs merge=lfs -text
60
- dataset/de/dev.jsonl filter=lfs diff=lfs merge=lfs -text
61
- dataset/pt/train.jsonl filter=lfs diff=lfs merge=lfs -text
62
- dataset/es/train.jsonl filter=lfs diff=lfs merge=lfs -text
63
- dataset/fr/test.jsonl filter=lfs diff=lfs merge=lfs -text
64
- dataset/pl/train.jsonl filter=lfs diff=lfs merge=lfs -text
65
- dataset/pt/dev.jsonl filter=lfs diff=lfs merge=lfs -text
66
- dataset/ru/test.jsonl filter=lfs diff=lfs merge=lfs -text
67
- dataset/en/test.jsonl filter=lfs diff=lfs merge=lfs -text
68
- dataset/it/dev.jsonl filter=lfs diff=lfs merge=lfs -text
69
- dataset/it/test.jsonl filter=lfs diff=lfs merge=lfs -text
70
- dataset/it/train.jsonl filter=lfs diff=lfs merge=lfs -text
71
- dataset/nl/dev.jsonl filter=lfs diff=lfs merge=lfs -text
72
- dataset/pl/dev.jsonl filter=lfs diff=lfs merge=lfs -text
73
- dataset/en/train.jsonl filter=lfs diff=lfs merge=lfs -text
74
- dataset/es/test.jsonl filter=lfs diff=lfs merge=lfs -text
75
- dataset/fr/dev.jsonl filter=lfs diff=lfs merge=lfs -text
76
- dataset/de/test.jsonl filter=lfs diff=lfs merge=lfs -text
77
- dataset/es/dev.jsonl filter=lfs diff=lfs merge=lfs -text
78
- dataset/fr/train.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,124 +0,0 @@
1
- ---
2
- language:
3
- - de
4
- - en
5
- - es
6
- - fr
7
- - it
8
- - nl
9
- - pl
10
- - pt
11
- - ru
12
- multilinguality:
13
- - multilingual
14
- size_categories:
15
- - 10K<100k
16
- task_categories:
17
- - token-classification
18
- task_ids:
19
- - named-entity-recognition
20
- pretty_name: WikiNeural
21
- ---
22
-
23
- # Dataset Card for "tner/wikineural"
24
-
25
- ## Dataset Description
26
-
27
- - **Repository:** [T-NER](https://github.com/asahi417/tner)
28
- - **Paper:** [https://aclanthology.org/2021.findings-emnlp.215/](https://aclanthology.org/2021.findings-emnlp.215/)
29
- - **Dataset:** WikiNeural
30
- - **Domain:** Wikipedia
31
- - **Number of Entity:** 16
32
-
33
-
34
- ### Dataset Summary
35
- WikiAnn NER dataset formatted in a part of [TNER](https://github.com/asahi417/tner) project.
36
- - Entity Types: `PER`, `LOC`, `ORG`, `ANIM`, `BIO`, `CEL`, `DIS`, `EVE`, `FOOD`, `INST`, `MEDIA`, `PLANT`, `MYTH`, `TIME`, `VEHI`, `MISC`
37
-
38
- ## Dataset Structure
39
-
40
- ### Data Instances
41
- An example of `train` of `de` looks as follows.
42
-
43
- ```
44
- {
45
- 'tokens': [ "Dieses", "wiederum", "basierte", "auf", "dem", "gleichnamigen", "Roman", "von", "Noël", "Calef", "." ],
46
- 'tags': [ 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0 ]
47
- }
48
- ```
49
-
50
- ### Label ID
51
- The label2id dictionary can be found at [here](https://huggingface.co/datasets/tner/wikineural/raw/main/dataset/label.json).
52
- ```python
53
- {
54
- "O": 0,
55
- "B-PER": 1,
56
- "I-PER": 2,
57
- "B-LOC": 3,
58
- "I-LOC": 4,
59
- "B-ORG": 5,
60
- "I-ORG": 6,
61
- "B-ANIM": 7,
62
- "I-ANIM": 8,
63
- "B-BIO": 9,
64
- "I-BIO": 10,
65
- "B-CEL": 11,
66
- "I-CEL": 12,
67
- "B-DIS": 13,
68
- "I-DIS": 14,
69
- "B-EVE": 15,
70
- "I-EVE": 16,
71
- "B-FOOD": 17,
72
- "I-FOOD": 18,
73
- "B-INST": 19,
74
- "I-INST": 20,
75
- "B-MEDIA": 21,
76
- "I-MEDIA": 22,
77
- "B-PLANT": 23,
78
- "I-PLANT": 24,
79
- "B-MYTH": 25,
80
- "I-MYTH": 26,
81
- "B-TIME": 27,
82
- "I-TIME": 28,
83
- "B-VEHI": 29,
84
- "I-VEHI": 30,
85
- "B-MISC": 31,
86
- "I-MISC": 32
87
- }
88
- ```
89
-
90
- ### Data Splits
91
-
92
- | language | train | validation | test |
93
- |:-----------|--------:|-------------:|-------:|
94
- | de | 98640 | 12330 | 12372 |
95
- | en | 92720 | 11590 | 11597 |
96
- | es | 76320 | 9540 | 9618 |
97
- | fr | 100800 | 12600 | 12678 |
98
- | it | 88400 | 11050 | 11069 |
99
- | nl | 83680 | 10460 | 10547 |
100
- | pl | 108160 | 13520 | 13585 |
101
- | pt | 80560 | 10070 | 10160 |
102
- | ru | 92320 | 11540 | 11580 |
103
-
104
- ### Citation Information
105
-
106
- ```
107
- @inproceedings{tedeschi-etal-2021-wikineural-combined,
108
- title = "{W}iki{NE}u{R}al: {C}ombined Neural and Knowledge-based Silver Data Creation for Multilingual {NER}",
109
- author = "Tedeschi, Simone and
110
- Maiorca, Valentino and
111
- Campolungo, Niccol{\`o} and
112
- Cecconi, Francesco and
113
- Navigli, Roberto",
114
- booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
115
- month = nov,
116
- year = "2021",
117
- address = "Punta Cana, Dominican Republic",
118
- publisher = "Association for Computational Linguistics",
119
- url = "https://aclanthology.org/2021.findings-emnlp.215",
120
- doi = "10.18653/v1/2021.findings-emnlp.215",
121
- pages = "2521--2533",
122
- abstract = "Multilingual Named Entity Recognition (NER) is a key intermediate task which is needed in many areas of NLP. In this paper, we address the well-known issue of data scarcity in NER, especially relevant when moving to a multilingual scenario, and go beyond current approaches to the creation of multilingual silver data for the task. We exploit the texts of Wikipedia and introduce a new methodology based on the effective combination of knowledge-based approaches and neural models, together with a novel domain adaptation technique, to produce high-quality training corpora for NER. We evaluate our datasets extensively on standard benchmarks for NER, yielding substantial improvements up to 6 span-based F1-score points over previous state-of-the-art systems for data creation.",
123
- }
124
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset/en/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:09be83ba49a56b075f5dd86675bc8d3a3f5c65b3a532da9132af807c8ee3fc9e
3
- size 27354401
 
 
 
 
dataset/es/dev.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8a579d647d28497dc472e3c430cd647ad706a925d8155be08eb51e9d2b655cb
3
- size 2869872
 
 
 
 
dataset/es/test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9d3aafc8c6c9c88c144495e2c05bb8ccae6b98bb6a8bf0b1633592c53fc6092
3
- size 2932404
 
 
 
 
dataset/es/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:131461f3b136f5b9cd8cc3d3172e46b26ffa7b90e5bf199e1e81d4f2603fc64f
3
- size 24288511
 
 
 
 
dataset/fr/dev.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8132bb1628bc17d2f823c4810b61e2afc5f35193b57c948855f9a5b96ffbf44a
3
- size 4130359
 
 
 
 
dataset/fr/test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:449f4910fd5aa69e3450431f57b538fdf0c1d946814d62371a5ce41d5c3925d1
3
- size 3981385
 
 
 
 
dataset/fr/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c786599c5bd55b97041afb0e7fa4dcd0dbc55aec8a020a262bfd4c4a40417417
3
- size 33908971
 
 
 
 
dataset/it/dev.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c08f73cfa3c6538dd73a9852b5d2a9af47a7bdababc557d0ded9dbf91e6c49b2
3
- size 3877156
 
 
 
 
dataset/it/test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd1599ba69efbef6a6b8653d0c7c7146afed833d1f71d35a39568cd786462618
3
- size 3976121
 
 
 
 
dataset/it/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1058a2733c64ec13b83a2c2782c047ea1a8b1c1cc00a7cb66307c7895ac68497
3
- size 29879386
 
 
 
 
dataset/label.json DELETED
@@ -1 +0,0 @@
1
- {"O": 0, "B-PER": 1, "I-PER": 2, "B-LOC": 3, "I-LOC": 4, "B-ORG": 5, "I-ORG": 6, "B-ANIM": 7, "I-ANIM": 8, "B-BIO": 9, "I-BIO": 10, "B-CEL": 11, "I-CEL": 12, "B-DIS": 13, "I-DIS": 14, "B-EVE": 15, "I-EVE": 16, "B-FOOD": 17, "I-FOOD": 18, "B-INST": 19, "I-INST": 20, "B-MEDIA": 21, "I-MEDIA": 22, "B-PLANT": 23, "I-PLANT": 24, "B-MYTH": 25, "I-MYTH": 26, "B-TIME": 27, "I-TIME": 28, "B-VEHI": 29, "I-VEHI": 30, "B-MISC": 31, "I-MISC": 32}
 
 
dataset/nl/dev.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e3228346750dfc087b7e39d88e7c16c13721e7fd6b67b5c8b451226ac0b6b8c
3
- size 2515461
 
 
 
 
dataset/nl/test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8e2183d2dcc576424d2a966e3c94c14ec54c8962ee37131f1e4049afb2868aa
3
- size 2522449
 
 
 
 
dataset/nl/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b00a6823853891d7e603854e2ecdd55cdb6a9a1022730522eba0726661c4b832
3
- size 19593309
 
 
 
 
dataset/pl/dev.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:12beec59d787af8aa6a1c906ec0a19c94eedee12933f49594d6b98394dec1881
3
- size 3221813
 
 
 
 
dataset/pl/test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:34b8b81c405fd4755bf3883706ec0d4e01027c6854a78e34e28e7588cebab9a5
3
- size 3157834
 
 
 
 
dataset/pl/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8f955cdd254a4de9b3de18425b51b0b08c6a384c397a7799ca3fdbb9a7e04b2
3
- size 26917601
 
 
 
 
dataset/pt/dev.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:de9857e6d6027dbf6cc8609bcd2f02119aa98aabde923b27e7299368345edf37
3
- size 3399686
 
 
 
 
dataset/pt/test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:27e6e38ad81e6a4e50b9db28db46d69567cee90cb644e7049b8fedb76d45f1f9
3
- size 3417097
 
 
 
 
dataset/pt/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1eb6f8450f9566e13c0ecb35f7d577b1568e02e98475c887ce50aeb872b982a1
3
- size 25694361
 
 
 
 
dataset/ru/dev.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c72e68ea9172b6e5bc53f82fced78b95ca7ee0b5d95c3060541ba9f34e7019d
3
- size 7969439
 
 
 
 
dataset/ru/test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7cc4b47f2811b83d73944e05dd7e0feef66dc676bab69b7561fc787a818cfe0
3
- size 7898262
 
 
 
 
dataset/ru/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:47c195a40fbe45f5fbac2c1a3379fba5bbcc103be47086803fa39c254d213eb4
3
- size 67191608
 
 
 
 
dataset/en/test.jsonl → de/wikineural-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b922d416e64becf45c1a98d47660970aa8a3e0daae4ac0c6f6e734ad6033bce
3
- size 3315875
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20716ebc45382b212063750be52fa656f9700cd528bf9996841112c08dbea97b
3
+ size 1032300
dataset/en/dev.jsonl → de/wikineural-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b91e7fab275357a64833084dff97110e6e1dac70f61ba1424b76e5cde52a0bec
3
- size 3331507
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0468dddb0123d5ca2a80e4e7b29f24144fd53f8da995e5b3685c78e72eac30c0
3
+ size 8754925
dataset/de/dev.jsonl → de/wikineural-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2305fdf6ed0576f5e9e58fddc7168d93191e170bb9b033b8f5c14091a70633a2
3
- size 2956643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70548fdb213fd90a8f6d52c5fb70eb33b9601699ceec839d98e8348b30e0df54
3
+ size 1042670
dataset/de/test.jsonl → en/wikineural-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ba59411ad88a8d91cae04b80b9ffc72d68fd1c34f6498e19ca91269fd45f775
3
- size 2955992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a295a7d48a8164e66103477fdbf7afd2a1d8ba34dc3bc5b6c636618a21d62910
3
+ size 1075761
en/wikineural-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8427aea747c51176d2e43af7f4fcd790d73dfbfef86cb043a76922996dc43ecf
3
+ size 8937195
en/wikineural-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919d4e31909b834996bfcbba67aa5788426f0965bb1e59f78542c59d9c6c0254
3
+ size 1091919
es/wikineural-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2849cc9e4c308943a3e9c5f41db70085541c00b11a44de7ce871ead78ee3c3f4
3
+ size 901906
es/wikineural-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29edf38fa5a7291a546cb14bd28bb478941816a55f1f60ad52e11eb5d8b2e8c1
3
+ size 7621222
es/wikineural-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac919ca94b616e44772a327e8a0c4f5685609909acfbef12549aa7e5dd229934
3
+ size 890057
fr/wikineural-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:900e81319bdf78859bb2e9863930a3698d69df7fde962b8286926f688853ba61
3
+ size 1202991
dataset/de/train.jsonl → fr/wikineural-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7550cdddfa9fca35342db069ed3294bac8682236aaea613a395ce4055762b855
3
- size 24287841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3685ce5aac8f32a5649fe50b45832101c25b6f2f2571a1cbed3b9a5109152cb6
3
+ size 10376749
fr/wikineural-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17d6cd37768d960929a391a2d58d91f3cedb78b9997bcf2336871381e4777d6
3
+ size 1261571
it/wikineural-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c96f4c6d729aaa8963a007abb36594833f43b67b4dbd30d362e95a62493b5d
3
+ size 1283936
it/wikineural-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddba388ddace3ee95bc187b531af946a21108f2206d8435c175a46a6a99f5033
3
+ size 9790034
it/wikineural-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179a42021d9edfae9cb707ddc59e20bbb0f0e51051a4dd13bc5c7aa86157b465
3
+ size 1266038
nl/wikineural-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8468718ffadcc1c5c857a28b37d65d9bd3e2a198790bd1c56b9bdce7b7b69c43
3
+ size 861835
nl/wikineural-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6813c8d4d6a1eb814228a49a25991bd28eafecbf7db5ef16c521592a36ae3de7
3
+ size 6565862
nl/wikineural-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fcf547feda5dc480672ff4b445402aa2630302b61df1da51f964a1ca7069282
3
+ size 859351
pl/wikineural-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd818fa03d14c67b0c836a79ec499541ad0395dcf887b270eb704ff02fb25ea
3
+ size 1168617
pl/wikineural-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add4d0a6cfc11f8ea948a4616697465e7e4b075993d11acb7ee5ee14a1f16ca0
3
+ size 9538512
pl/wikineural-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21a8835f7183bbe9fbe554fc144305eed0753856c0139bcbe979b483333c8a1c
3
+ size 1217880
pt/wikineural-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ed4719c8dcdc4081d810f921a82b6c264376b3f7f41e782527e7dcf23d64fb7
3
+ size 1074235
pt/wikineural-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2af1e5844e9bf1428f7fe48f6eaf4166f030b84e6e963eb67402b1e5c24c7119
3
+ size 8134137
pt/wikineural-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0aa99db17e7adce83831bbab66b0b0d10ace81138b810af1fd41c0b20c593b3
3
+ size 1060052
ru/wikineural-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36a6192b9c7cb2ee7a35e405012aa9b86c23a6be187d8cf3a8b190b223e9256
3
+ size 1383186