hgissbkh commited on
Commit
af1fbe1
·
verified ·
1 Parent(s): 4a8a97a

Upload dataset

Browse files
Files changed (36) hide show
  1. README.md +206 -1
  2. pos/test.ar-00000-of-00001.parquet +3 -0
  3. pos/test.bg-00000-of-00001.parquet +3 -0
  4. pos/test.de-00000-of-00001.parquet +3 -0
  5. pos/test.el-00000-of-00001.parquet +3 -0
  6. pos/test.en-00000-of-00001.parquet +3 -0
  7. pos/test.es-00000-of-00001.parquet +3 -0
  8. pos/test.fr-00000-of-00001.parquet +3 -0
  9. pos/test.hi-00000-of-00001.parquet +3 -0
  10. pos/test.it-00000-of-00001.parquet +3 -0
  11. pos/test.nl-00000-of-00001.parquet +3 -0
  12. pos/test.pl-00000-of-00001.parquet +3 -0
  13. pos/test.ru-00000-of-00001.parquet +3 -0
  14. pos/test.th-00000-of-00001.parquet +3 -0
  15. pos/test.tr-00000-of-00001.parquet +3 -0
  16. pos/test.ur-00000-of-00001.parquet +3 -0
  17. pos/test.vi-00000-of-00001.parquet +3 -0
  18. pos/test.zh-00000-of-00001.parquet +3 -0
  19. pos/train-00000-of-00001.parquet +3 -0
  20. pos/validation.ar-00000-of-00001.parquet +3 -0
  21. pos/validation.bg-00000-of-00001.parquet +3 -0
  22. pos/validation.de-00000-of-00001.parquet +3 -0
  23. pos/validation.el-00000-of-00001.parquet +3 -0
  24. pos/validation.en-00000-of-00001.parquet +3 -0
  25. pos/validation.es-00000-of-00001.parquet +3 -0
  26. pos/validation.fr-00000-of-00001.parquet +3 -0
  27. pos/validation.hi-00000-of-00001.parquet +3 -0
  28. pos/validation.it-00000-of-00001.parquet +3 -0
  29. pos/validation.nl-00000-of-00001.parquet +3 -0
  30. pos/validation.pl-00000-of-00001.parquet +3 -0
  31. pos/validation.ru-00000-of-00001.parquet +3 -0
  32. pos/validation.th-00000-of-00001.parquet +3 -0
  33. pos/validation.tr-00000-of-00001.parquet +3 -0
  34. pos/validation.ur-00000-of-00001.parquet +3 -0
  35. pos/validation.vi-00000-of-00001.parquet +3 -0
  36. pos/validation.zh-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: ner
4
  features:
5
  - name: words
6
  sequence: string
@@ -47,6 +47,139 @@ dataset_info:
47
  num_examples: 5202
48
  download_size: 2572028
49
  dataset_size: 10547146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  configs:
51
  - config_name: ner
52
  data_files:
@@ -68,4 +201,76 @@ configs:
68
  path: ner/test.es-*
69
  - split: test.nl
70
  path: ner/test.nl-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: ner
4
  features:
5
  - name: words
6
  sequence: string
 
47
  num_examples: 5202
48
  download_size: 2572028
49
  dataset_size: 10547146
50
+ - config_name: pos
51
+ features:
52
+ - name: words
53
+ sequence: string
54
+ - name: pos
55
+ sequence:
56
+ class_label:
57
+ names:
58
+ '0': ADJ
59
+ '1': ADP
60
+ '2': ADV
61
+ '3': AUX
62
+ '4': CCONJ
63
+ '5': DET
64
+ '6': INTJ
65
+ '7': NOUN
66
+ '8': NUM
67
+ '9': PART
68
+ '10': PRON
69
+ '11': PROPN
70
+ '12': PUNCT
71
+ '13': SCONJ
72
+ '14': SYM
73
+ '15': VERB
74
+ '16': X
75
+ splits:
76
+ - name: train
77
+ num_bytes: 7279423
78
+ num_examples: 25376
79
+ - name: validation.en
80
+ num_bytes: 421398
81
+ num_examples: 2001
82
+ - name: validation.de
83
+ num_bytes: 219316
84
+ num_examples: 798
85
+ - name: validation.es
86
+ num_bytes: 620479
87
+ num_examples: 1399
88
+ - name: validation.nl
89
+ num_bytes: 197991
90
+ num_examples: 717
91
+ - name: validation.bg
92
+ num_bytes: 346790
93
+ num_examples: 1114
94
+ - name: validation.el
95
+ num_bytes: 229435
96
+ num_examples: 402
97
+ - name: validation.fr
98
+ num_bytes: 600952
99
+ num_examples: 1475
100
+ - name: validation.pl
101
+ num_bytes: 620682
102
+ num_examples: 2214
103
+ - name: validation.tr
104
+ num_bytes: 186184
105
+ num_examples: 987
106
+ - name: validation.vi
107
+ num_bytes: 203657
108
+ num_examples: 799
109
+ - name: validation.zh
110
+ num_bytes: 212567
111
+ num_examples: 499
112
+ - name: validation.ur
113
+ num_bytes: 284004
114
+ num_examples: 551
115
+ - name: validation.hi
116
+ num_bytes: 838688
117
+ num_examples: 1658
118
+ - name: validation.it
119
+ num_bytes: 198596
120
+ num_examples: 563
121
+ - name: validation.ar
122
+ num_bytes: 592931
123
+ num_examples: 908
124
+ - name: validation.ru
125
+ num_bytes: 261551
126
+ num_examples: 578
127
+ - name: validation.th
128
+ num_bytes: 272822
129
+ num_examples: 497
130
+ - name: test.en
131
+ num_bytes: 420601
132
+ num_examples: 2076
133
+ - name: test.de
134
+ num_bytes: 291747
135
+ num_examples: 976
136
+ - name: test.es
137
+ num_bytes: 199991
138
+ num_examples: 425
139
+ - name: test.nl
140
+ num_bytes: 193325
141
+ num_examples: 595
142
+ - name: test.bg
143
+ num_bytes: 339448
144
+ num_examples: 1115
145
+ - name: test.el
146
+ num_bytes: 235125
147
+ num_examples: 455
148
+ - name: test.fr
149
+ num_bytes: 166853
150
+ num_examples: 415
151
+ - name: test.pl
152
+ num_bytes: 600522
153
+ num_examples: 2214
154
+ - name: test.tr
155
+ num_bytes: 186507
156
+ num_examples: 982
157
+ - name: test.vi
158
+ num_bytes: 211396
159
+ num_examples: 799
160
+ - name: test.zh
161
+ num_bytes: 202043
162
+ num_examples: 499
163
+ - name: test.ur
164
+ num_bytes: 288177
165
+ num_examples: 534
166
+ - name: test.hi
167
+ num_bytes: 839647
168
+ num_examples: 1683
169
+ - name: test.it
170
+ num_bytes: 173849
171
+ num_examples: 481
172
+ - name: test.ar
173
+ num_bytes: 561697
174
+ num_examples: 679
175
+ - name: test.ru
176
+ num_bytes: 255381
177
+ num_examples: 600
178
+ - name: test.th
179
+ num_bytes: 272822
180
+ num_examples: 497
181
+ download_size: 4606586
182
+ dataset_size: 19026597
183
  configs:
184
  - config_name: ner
185
  data_files:
 
201
  path: ner/test.es-*
202
  - split: test.nl
203
  path: ner/test.nl-*
204
+ - config_name: pos
205
+ data_files:
206
+ - split: train
207
+ path: pos/train-*
208
+ - split: validation.en
209
+ path: pos/validation.en-*
210
+ - split: validation.de
211
+ path: pos/validation.de-*
212
+ - split: validation.es
213
+ path: pos/validation.es-*
214
+ - split: validation.nl
215
+ path: pos/validation.nl-*
216
+ - split: validation.bg
217
+ path: pos/validation.bg-*
218
+ - split: validation.el
219
+ path: pos/validation.el-*
220
+ - split: validation.fr
221
+ path: pos/validation.fr-*
222
+ - split: validation.pl
223
+ path: pos/validation.pl-*
224
+ - split: validation.tr
225
+ path: pos/validation.tr-*
226
+ - split: validation.vi
227
+ path: pos/validation.vi-*
228
+ - split: validation.zh
229
+ path: pos/validation.zh-*
230
+ - split: validation.ur
231
+ path: pos/validation.ur-*
232
+ - split: validation.hi
233
+ path: pos/validation.hi-*
234
+ - split: validation.it
235
+ path: pos/validation.it-*
236
+ - split: validation.ar
237
+ path: pos/validation.ar-*
238
+ - split: validation.ru
239
+ path: pos/validation.ru-*
240
+ - split: validation.th
241
+ path: pos/validation.th-*
242
+ - split: test.en
243
+ path: pos/test.en-*
244
+ - split: test.de
245
+ path: pos/test.de-*
246
+ - split: test.es
247
+ path: pos/test.es-*
248
+ - split: test.nl
249
+ path: pos/test.nl-*
250
+ - split: test.bg
251
+ path: pos/test.bg-*
252
+ - split: test.el
253
+ path: pos/test.el-*
254
+ - split: test.fr
255
+ path: pos/test.fr-*
256
+ - split: test.pl
257
+ path: pos/test.pl-*
258
+ - split: test.tr
259
+ path: pos/test.tr-*
260
+ - split: test.vi
261
+ path: pos/test.vi-*
262
+ - split: test.zh
263
+ path: pos/test.zh-*
264
+ - split: test.ur
265
+ path: pos/test.ur-*
266
+ - split: test.hi
267
+ path: pos/test.hi-*
268
+ - split: test.it
269
+ path: pos/test.it-*
270
+ - split: test.ar
271
+ path: pos/test.ar-*
272
+ - split: test.ru
273
+ path: pos/test.ru-*
274
+ - split: test.th
275
+ path: pos/test.th-*
276
  ---
pos/test.ar-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3758990ec9f6be80e2ca1f656cb1e7561fe157b5462a6fca3b22fb90b8e93fd5
3
+ size 113581
pos/test.bg-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb82ea498eac1500dac56fe2255fdb0aa8f0e7826037503b12faea2cbd56d71d
3
+ size 101987
pos/test.de-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f104b0797c6cbb378e2d8fd50530228a10e4599db85cedfe4e26d7f678ca9f6
3
+ size 88147
pos/test.el-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7494a9604523b74b7454389f3f6361916ab1dd2169128c7d32096ca6151b45
3
+ size 59169
pos/test.en-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f43fac80e90401ec7411773037b4bb499e71bf69a57ef59ed07fef50206cba89
3
+ size 113535
pos/test.es-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b314e90e4acd1f9b42a04b773da773a7698279b4834b92d0048db3513b9a9937
3
+ size 60453
pos/test.fr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f863b5f0d3067b031f37a27e722348f4f0315a72030e1e39f0224e3b3134213b
3
+ size 50194
pos/test.hi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc77468cf8b07c5bcee6f88c3beee96c0eba59ad6993eecc48431e027d429eee
3
+ size 140550
pos/test.it-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b5e19251964cfe2ec19d01fdaf4800662e9a7faf4a8d405b51f6aa6ac8e737
3
+ size 50277
pos/test.nl-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8278c9921f55a14ea265369fde3f487e13232448b28c3bee207792f320608b
3
+ size 50653
pos/test.pl-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:218d0aa667d8d59a98c343da0bbbfa42ecae0d2636a535266983b1c0cd52ae06
3
+ size 209593
pos/test.ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7573555f4ce976ccd591e064abed6f3e8aa93a9901191546bf905c1eada192e
3
+ size 87236
pos/test.th-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa9a4c6ecbe8262ae602e3c2cdfdbba1731631ded91482902769cf7444f7711
3
+ size 50994
pos/test.tr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca8866a47154771b2584f4d9248d25bfbe4971bfe9fb3afa682c058e41f7720
3
+ size 65825
pos/test.ur-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2915509131cd1ec2ab26d3195405706e588b4bbe817b961da39d125fd77a4ccb
3
+ size 56604
pos/test.vi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9089f2f935de59bb1375ee7e26f804f9f16ed87cb7fb938f5d126b4f7993b2c6
3
+ size 49320
pos/test.zh-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000e2caa39b0f78ea1e96659fb592c56519512414d42cd75858619557f7bdf3c
3
+ size 56803
pos/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956aaae0da2e29ece049f0cfcfb02941acfe543c7a1516deb533dd01f289b12c
3
+ size 1548295
pos/validation.ar-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6332b8a2b96b093ec72ef2e31c9f219f9344a86756699acaa4f715dd22a847ee
3
+ size 121340
pos/validation.bg-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec05d84fa9c937b24babbab666a6562b9211be38c2b052f0fec161781fa687ab
3
+ size 103679
pos/validation.de-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41c97dc8e8e74eb4426c35a9554491411749b1321d9c9126b68f9d7a2fe5156d
3
+ size 64440
pos/validation.el-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d0aad55f24017fa4495e4042681c8817a0ffd6a3e14485b244a9674e17f3c5
3
+ size 58960
pos/validation.en-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74b21490b7b2c361198e8a179d3b94a2c43bc0bcac6fa9084125442752b267c4
3
+ size 110503
pos/validation.es-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba0b3e38440ba50a897fdd72a13e93171404d1cebf950f42de532c22b613129
3
+ size 179120
pos/validation.fr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebcf7c771cddc9da6f289e5bc8b6460a4336b11ff40ee5412fedf9d1d7e562d4
3
+ size 174618
pos/validation.hi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fcdecf11118ed69eca56673a0284a028b664531ca4e92870e6c9aacd5089ba
3
+ size 141075
pos/validation.it-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5156086302c102f2581a3a6129154a10cc24e3328ad8edf834fc7cd7d62ee9c5
3
+ size 58597
pos/validation.nl-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ba1b67ba7e8524b819c6a92203c5327ca6149ce2732e2a2b39fb97d6d9ae94
3
+ size 54998
pos/validation.pl-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0c5024e5293b48e7122dffd60e031793c9a19db500ddca603b83ba3cc179c3b
3
+ size 216804
pos/validation.ru-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dfb75375ef2f1942573cc3470c085415032c308c79095ad6b6ae1b6c7f70c44
3
+ size 89049
pos/validation.th-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa9a4c6ecbe8262ae602e3c2cdfdbba1731631ded91482902769cf7444f7711
3
+ size 50994
pos/validation.tr-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a0744011c4f98970f603e6cd00a571cfca0906bf3ab9144053095cf1bb74a5e
3
+ size 65678
pos/validation.ur-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:466e41a52f13f9a6085fa5d48e63b0273181acc2be40e590e06619b954e7a7f3
3
+ size 56025
pos/validation.vi-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b91d2ed8e20dbaef3c7ab188ad8ecfee8290dc13689dd2dc8ca62aec297fa3a
3
+ size 46317
pos/validation.zh-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5173ad525dd56d669118cc196056dcf7306571b8b416cc8956d20f76fcb512b
3
+ size 61173