Convert dataset to Parquet

#2
by SaylorTwift HF Staff - opened
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. .gitignore +0 -163
  2. README.md +365 -0
  3. backward/dev/xnli_hi.json → as/test-00000-of-00001.parquet +2 -2
  4. as/train-00000-of-00001.parquet +3 -0
  5. backward/dev/xnli_as.json → as/validation-00000-of-00001.parquet +2 -2
  6. backward/dev/xnli_kn.json +0 -3
  7. backward/dev/xnli_ml.json +0 -3
  8. backward/dev/xnli_mr.json +0 -3
  9. backward/dev/xnli_or.json +0 -3
  10. backward/dev/xnli_pa.json +0 -3
  11. backward/dev/xnli_ta.json +0 -3
  12. backward/dev/xnli_te.json +0 -3
  13. backward/test/xnli_as.json +0 -3
  14. backward/test/xnli_bn.json +0 -3
  15. backward/test/xnli_gu.json +0 -3
  16. backward/test/xnli_hi.json +0 -3
  17. backward/test/xnli_kn.json +0 -3
  18. backward/test/xnli_ml.json +0 -3
  19. backward/test/xnli_mr.json +0 -3
  20. backward/test/xnli_or.json +0 -3
  21. backward/test/xnli_pa.json +0 -3
  22. backward/test/xnli_ta.json +0 -3
  23. backward/test/xnli_te.json +0 -3
  24. backward/dev/xnli_bn.json → bn/test-00000-of-00001.parquet +2 -2
  25. bn/train-00000-of-00001.parquet +3 -0
  26. backward/dev/xnli_gu.json → bn/validation-00000-of-00001.parquet +2 -2
  27. forward/dev/xnli_as.json +0 -3
  28. forward/dev/xnli_bn.json +0 -3
  29. forward/dev/xnli_gu.json +0 -3
  30. forward/dev/xnli_hi.json +0 -3
  31. forward/dev/xnli_kn.json +0 -3
  32. forward/dev/xnli_ml.json +0 -3
  33. forward/dev/xnli_mr.json +0 -3
  34. forward/dev/xnli_or.json +0 -3
  35. forward/dev/xnli_pa.json +0 -3
  36. forward/dev/xnli_ta.json +0 -3
  37. forward/dev/xnli_te.json +0 -3
  38. forward/test/xnli_as.json +0 -3
  39. forward/test/xnli_bn.json +0 -3
  40. forward/test/xnli_gu.json +0 -3
  41. forward/test/xnli_hi.json +0 -3
  42. forward/test/xnli_kn.json +0 -3
  43. forward/test/xnli_ml.json +0 -3
  44. forward/test/xnli_mr.json +0 -3
  45. forward/test/xnli_or.json +0 -3
  46. forward/test/xnli_pa.json +0 -3
  47. forward/test/xnli_ta.json +0 -3
  48. forward/test/xnli_te.json +0 -3
  49. forward/train/xnli_as.json +0 -3
  50. forward/train/xnli_bn.json +0 -3
.gitignore DELETED
@@ -1,163 +0,0 @@
1
- .history/
2
-
3
- # Byte-compiled / optimized / DLL files
4
- __pycache__/
5
- *.py[cod]
6
- *$py.class
7
-
8
- # C extensions
9
- *.so
10
-
11
- # Distribution / packaging
12
- .Python
13
- build/
14
- develop-eggs/
15
- dist/
16
- downloads/
17
- eggs/
18
- .eggs/
19
- lib/
20
- lib64/
21
- parts/
22
- sdist/
23
- var/
24
- wheels/
25
- share/python-wheels/
26
- *.egg-info/
27
- .installed.cfg
28
- *.egg
29
- MANIFEST
30
-
31
- # PyInstaller
32
- # Usually these files are written by a python script from a template
33
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
34
- *.manifest
35
- *.spec
36
-
37
- # Installer logs
38
- pip-log.txt
39
- pip-delete-this-directory.txt
40
-
41
- # Unit test / coverage reports
42
- htmlcov/
43
- .tox/
44
- .nox/
45
- .coverage
46
- .coverage.*
47
- .cache
48
- nosetests.xml
49
- coverage.xml
50
- *.cover
51
- *.py,cover
52
- .hypothesis/
53
- .pytest_cache/
54
- cover/
55
-
56
- # Translations
57
- *.mo
58
- *.pot
59
-
60
- # Django stuff:
61
- *.log
62
- local_settings.py
63
- db.sqlite3
64
- db.sqlite3-journal
65
-
66
- # Flask stuff:
67
- instance/
68
- .webassets-cache
69
-
70
- # Scrapy stuff:
71
- .scrapy
72
-
73
- # Sphinx documentation
74
- docs/_build/
75
-
76
- # PyBuilder
77
- .pybuilder/
78
- target/
79
-
80
- # Jupyter Notebook
81
- .ipynb_checkpoints
82
-
83
- # IPython
84
- profile_default/
85
- ipython_config.py
86
-
87
- # pyenv
88
- # For a library or package, you might want to ignore these files since the code is
89
- # intended to run in multiple environments; otherwise, check them in:
90
- # .python-version
91
-
92
- # pipenv
93
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
94
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
95
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
96
- # install all needed dependencies.
97
- #Pipfile.lock
98
-
99
- # poetry
100
- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
101
- # This is especially recommended for binary packages to ensure reproducibility, and is more
102
- # commonly ignored for libraries.
103
- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
104
- #poetry.lock
105
-
106
- # pdm
107
- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
108
- #pdm.lock
109
- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
110
- # in version control.
111
- # https://pdm.fming.dev/#use-with-ide
112
- .pdm.toml
113
-
114
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115
- __pypackages__/
116
-
117
- # Celery stuff
118
- celerybeat-schedule
119
- celerybeat.pid
120
-
121
- # SageMath parsed files
122
- *.sage.py
123
-
124
- # Environments
125
- .env
126
- .venv
127
- env/
128
- venv/
129
- ENV/
130
- env.bak/
131
- venv.bak/
132
-
133
- # Spyder project settings
134
- .spyderproject
135
- .spyproject
136
-
137
- # Rope project settings
138
- .ropeproject
139
-
140
- # mkdocs documentation
141
- /site
142
-
143
- # mypy
144
- .mypy_cache/
145
- .dmypy.json
146
- dmypy.json
147
-
148
- # Pyre type checker
149
- .pyre/
150
-
151
- # pytype static type analyzer
152
- .pytype/
153
-
154
- # Cython debug symbols
155
- cython_debug/
156
-
157
- # PyCharm
158
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
159
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160
- # and can be added to the global gitignore or merged into this file. For a more nuclear
161
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
- #.idea/
163
- Foo
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -28,6 +28,371 @@ task_categories:
28
  - text-classification
29
  task_ids:
30
  - natural-language-inference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Dataset Card for "IndicXNLI"
 
28
  - text-classification
29
  task_ids:
30
  - natural-language-inference
31
+ dataset_info:
32
+ - config_name: as
33
+ features:
34
+ - name: premise
35
+ dtype: string
36
+ - name: hypothesis
37
+ dtype: string
38
+ - name: label
39
+ dtype:
40
+ class_label:
41
+ names:
42
+ '0': entailment
43
+ '1': neutral
44
+ '2': contradiction
45
+ splits:
46
+ - name: train
47
+ num_bytes: 172049648
48
+ num_examples: 392702
49
+ - name: test
50
+ num_bytes: 2097452
51
+ num_examples: 5010
52
+ - name: validation
53
+ num_bytes: 1042526
54
+ num_examples: 2490
55
+ download_size: 74371257
56
+ dataset_size: 175189626
57
+ - config_name: bn
58
+ features:
59
+ - name: premise
60
+ dtype: string
61
+ - name: hypothesis
62
+ dtype: string
63
+ - name: label
64
+ dtype:
65
+ class_label:
66
+ names:
67
+ '0': entailment
68
+ '1': neutral
69
+ '2': contradiction
70
+ splits:
71
+ - name: train
72
+ num_bytes: 174095464
73
+ num_examples: 392702
74
+ - name: test
75
+ num_bytes: 2113149
76
+ num_examples: 5010
77
+ - name: validation
78
+ num_bytes: 1044438
79
+ num_examples: 2490
80
+ download_size: 74466392
81
+ dataset_size: 177253051
82
+ - config_name: gu
83
+ features:
84
+ - name: premise
85
+ dtype: string
86
+ - name: hypothesis
87
+ dtype: string
88
+ - name: label
89
+ dtype:
90
+ class_label:
91
+ names:
92
+ '0': entailment
93
+ '1': neutral
94
+ '2': contradiction
95
+ splits:
96
+ - name: train
97
+ num_bytes: 167102046
98
+ num_examples: 392702
99
+ - name: test
100
+ num_bytes: 2016682
101
+ num_examples: 5010
102
+ - name: validation
103
+ num_bytes: 992611
104
+ num_examples: 2490
105
+ download_size: 73329179
106
+ dataset_size: 170111339
107
+ - config_name: hi
108
+ features:
109
+ - name: premise
110
+ dtype: string
111
+ - name: hypothesis
112
+ dtype: string
113
+ - name: label
114
+ dtype:
115
+ class_label:
116
+ names:
117
+ '0': entailment
118
+ '1': neutral
119
+ '2': contradiction
120
+ splits:
121
+ - name: train
122
+ num_bytes: 175582034
123
+ num_examples: 392702
124
+ - name: test
125
+ num_bytes: 2109705
126
+ num_examples: 5010
127
+ - name: validation
128
+ num_bytes: 1043487
129
+ num_examples: 2490
130
+ download_size: 74840429
131
+ dataset_size: 178735226
132
+ - config_name: kn
133
+ features:
134
+ - name: premise
135
+ dtype: string
136
+ - name: hypothesis
137
+ dtype: string
138
+ - name: label
139
+ dtype:
140
+ class_label:
141
+ names:
142
+ '0': entailment
143
+ '1': neutral
144
+ '2': contradiction
145
+ splits:
146
+ - name: train
147
+ num_bytes: 188780510
148
+ num_examples: 392702
149
+ - name: test
150
+ num_bytes: 2309807
151
+ num_examples: 5010
152
+ - name: validation
153
+ num_bytes: 1139277
154
+ num_examples: 2490
155
+ download_size: 78285369
156
+ dataset_size: 192229594
157
+ - config_name: ml
158
+ features:
159
+ - name: premise
160
+ dtype: string
161
+ - name: hypothesis
162
+ dtype: string
163
+ - name: label
164
+ dtype:
165
+ class_label:
166
+ names:
167
+ '0': entailment
168
+ '1': neutral
169
+ '2': contradiction
170
+ splits:
171
+ - name: train
172
+ num_bytes: 187851515
173
+ num_examples: 392702
174
+ - name: test
175
+ num_bytes: 2362836
176
+ num_examples: 5010
177
+ - name: validation
178
+ num_bytes: 1171953
179
+ num_examples: 2490
180
+ download_size: 77263292
181
+ dataset_size: 191386304
182
+ - config_name: mr
183
+ features:
184
+ - name: premise
185
+ dtype: string
186
+ - name: hypothesis
187
+ dtype: string
188
+ - name: label
189
+ dtype:
190
+ class_label:
191
+ names:
192
+ '0': entailment
193
+ '1': neutral
194
+ '2': contradiction
195
+ splits:
196
+ - name: train
197
+ num_bytes: 170752688
198
+ num_examples: 392702
199
+ - name: test
200
+ num_bytes: 2078079
201
+ num_examples: 5010
202
+ - name: validation
203
+ num_bytes: 1028494
204
+ num_examples: 2490
205
+ download_size: 73035248
206
+ dataset_size: 173859261
207
+ - config_name: or
208
+ features:
209
+ - name: premise
210
+ dtype: string
211
+ - name: hypothesis
212
+ dtype: string
213
+ - name: label
214
+ dtype:
215
+ class_label:
216
+ names:
217
+ '0': entailment
218
+ '1': neutral
219
+ '2': contradiction
220
+ splits:
221
+ - name: train
222
+ num_bytes: 173273552
223
+ num_examples: 392702
224
+ - name: test
225
+ num_bytes: 2135557
226
+ num_examples: 5010
227
+ - name: validation
228
+ num_bytes: 1047017
229
+ num_examples: 2490
230
+ download_size: 73223669
231
+ dataset_size: 176456126
232
+ - config_name: pa
233
+ features:
234
+ - name: premise
235
+ dtype: string
236
+ - name: hypothesis
237
+ dtype: string
238
+ - name: label
239
+ dtype:
240
+ class_label:
241
+ names:
242
+ '0': entailment
243
+ '1': neutral
244
+ '2': contradiction
245
+ splits:
246
+ - name: train
247
+ num_bytes: 172665273
248
+ num_examples: 392702
249
+ - name: test
250
+ num_bytes: 2077462
251
+ num_examples: 5010
252
+ - name: validation
253
+ num_bytes: 1030309
254
+ num_examples: 2490
255
+ download_size: 73760675
256
+ dataset_size: 175773044
257
+ - config_name: ta
258
+ features:
259
+ - name: premise
260
+ dtype: string
261
+ - name: hypothesis
262
+ dtype: string
263
+ - name: label
264
+ dtype:
265
+ class_label:
266
+ names:
267
+ '0': entailment
268
+ '1': neutral
269
+ '2': contradiction
270
+ splits:
271
+ - name: train
272
+ num_bytes: 206105782
273
+ num_examples: 392702
274
+ - name: test
275
+ num_bytes: 2520985
276
+ num_examples: 5010
277
+ - name: validation
278
+ num_bytes: 1637644
279
+ num_examples: 3238
280
+ download_size: 79964341
281
+ dataset_size: 210264411
282
+ - config_name: te
283
+ features:
284
+ - name: premise
285
+ dtype: string
286
+ - name: hypothesis
287
+ dtype: string
288
+ - name: label
289
+ dtype:
290
+ class_label:
291
+ names:
292
+ '0': entailment
293
+ '1': neutral
294
+ '2': contradiction
295
+ splits:
296
+ - name: train
297
+ num_bytes: 175597688
298
+ num_examples: 392702
299
+ - name: test
300
+ num_bytes: 2145349
301
+ num_examples: 5010
302
+ - name: validation
303
+ num_bytes: 1056174
304
+ num_examples: 2490
305
+ download_size: 75184880
306
+ dataset_size: 178799211
307
+ configs:
308
+ - config_name: as
309
+ data_files:
310
+ - split: train
311
+ path: as/train-*
312
+ - split: test
313
+ path: as/test-*
314
+ - split: validation
315
+ path: as/validation-*
316
+ - config_name: bn
317
+ data_files:
318
+ - split: train
319
+ path: bn/train-*
320
+ - split: test
321
+ path: bn/test-*
322
+ - split: validation
323
+ path: bn/validation-*
324
+ - config_name: gu
325
+ data_files:
326
+ - split: train
327
+ path: gu/train-*
328
+ - split: test
329
+ path: gu/test-*
330
+ - split: validation
331
+ path: gu/validation-*
332
+ - config_name: hi
333
+ data_files:
334
+ - split: train
335
+ path: hi/train-*
336
+ - split: test
337
+ path: hi/test-*
338
+ - split: validation
339
+ path: hi/validation-*
340
+ - config_name: kn
341
+ data_files:
342
+ - split: train
343
+ path: kn/train-*
344
+ - split: test
345
+ path: kn/test-*
346
+ - split: validation
347
+ path: kn/validation-*
348
+ - config_name: ml
349
+ data_files:
350
+ - split: train
351
+ path: ml/train-*
352
+ - split: test
353
+ path: ml/test-*
354
+ - split: validation
355
+ path: ml/validation-*
356
+ - config_name: mr
357
+ data_files:
358
+ - split: train
359
+ path: mr/train-*
360
+ - split: test
361
+ path: mr/test-*
362
+ - split: validation
363
+ path: mr/validation-*
364
+ - config_name: or
365
+ data_files:
366
+ - split: train
367
+ path: or/train-*
368
+ - split: test
369
+ path: or/test-*
370
+ - split: validation
371
+ path: or/validation-*
372
+ - config_name: pa
373
+ data_files:
374
+ - split: train
375
+ path: pa/train-*
376
+ - split: test
377
+ path: pa/test-*
378
+ - split: validation
379
+ path: pa/validation-*
380
+ - config_name: ta
381
+ data_files:
382
+ - split: train
383
+ path: ta/train-*
384
+ - split: test
385
+ path: ta/test-*
386
+ - split: validation
387
+ path: ta/validation-*
388
+ - config_name: te
389
+ data_files:
390
+ - split: train
391
+ path: te/train-*
392
+ - split: test
393
+ path: te/test-*
394
+ - split: validation
395
+ path: te/validation-*
396
  ---
397
 
398
  # Dataset Card for "IndicXNLI"
backward/dev/xnli_hi.json → as/test-00000-of-00001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c606d78632c8f983f3a68c940f48f431d6d3aa124be99dc65e52d4fa77f70a32
3
- size 706470
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568b6824d0a22c819f35181350deeb708e16a98a1b26f909c0f605e9e0f39d7f
3
+ size 484200
as/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e04da89b6d9bd7d049c8ee24703715ff8f677f48b90ccdbc6d2e49aacb443f9
3
+ size 73644600
backward/dev/xnli_as.json → as/validation-00000-of-00001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11442e8d603919e1d543373c057756643b7ca9a54b666f93f45c78100e7f25e8
3
- size 684832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3917bc284815a80863d459ec1a370046cc4faa0d64ad4a419c726e1b8fa1bdd3
3
+ size 242457
backward/dev/xnli_kn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d33150e7df58623d94b0afab9d168b7700d510cd5fb178bb8063e1608411ffd
3
- size 684836
 
 
 
 
backward/dev/xnli_ml.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa313de80f51f0988f83b2e3e8ac081e12b15be7cf8cbc7e8a7616f4f086ecc9
3
- size 666957
 
 
 
 
backward/dev/xnli_mr.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ea9686c846018acce9deb0c636b5da306f2e9f7e79e04636383813ea780b422
3
- size 678142
 
 
 
 
backward/dev/xnli_or.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a59f0654cce945f8d2d98310859c0608dd7f38450f7247d05d9cb5c1851f5f6b
3
- size 674231
 
 
 
 
backward/dev/xnli_pa.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:94f13abc4f6166f01d43fad49e9bd2372c5765aa0e4df111023f86eb6ed7cc87
3
- size 694580
 
 
 
 
backward/dev/xnli_ta.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:04017f076a4816fdfabb27ab664040d1d9df1f7563905229cb027fd4b73eff90
3
- size 678105
 
 
 
 
backward/dev/xnli_te.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:75a842a2fa2b201730c9e1c1a06921db176767015a9835b7be20e1fb33692d17
3
- size 682205
 
 
 
 
backward/test/xnli_as.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:998f892772187be7a049eb2c4369b3d87578feafe9150502178f3e1ae934e664
3
- size 1381227
 
 
 
 
backward/test/xnli_bn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf1c2c32410ff14dc5d44508646a4ba19a7e86ae8625974f588bda2cbdd65d1b
3
- size 1423454
 
 
 
 
backward/test/xnli_gu.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e07992f7c6ed59e888987554fb9a46a8139c8ae230fe830b90236a9ae8e64d0
3
- size 1392430
 
 
 
 
backward/test/xnli_hi.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b2067c519d84b1f77dc56a091eff8ecfcc8b4aa8c245aeec99a3cc26581b71a
3
- size 1424168
 
 
 
 
backward/test/xnli_kn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fea6285760b423456f848bcfcdbd86219f26b1db069240b592eee65970251eb
3
- size 1383957
 
 
 
 
backward/test/xnli_ml.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7084560f66b961525c55abb8cead40769f4c9b2329b568e826e44ad900328c25
3
- size 1341686
 
 
 
 
backward/test/xnli_mr.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9df075fc9b2288d55347cd3e32e3cd147ae8813906907ecc9c6a336c1ba03865
3
- size 1367753
 
 
 
 
backward/test/xnli_or.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e26ee6c6483285b7ad117cecaf5bda7fa6b1886968942f3f6ff296556c0eca04
3
- size 1365926
 
 
 
 
backward/test/xnli_pa.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a3a257a0340169c4832c553f3be37c1f9c1c32a4e90796cb6a43bf820317b45
3
- size 1397214
 
 
 
 
backward/test/xnli_ta.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f686dd55b8e2fea16cebd2d7aef38fd6f2888b4b2c911cdaf4d26ce04ada7ed
3
- size 1372837
 
 
 
 
backward/test/xnli_te.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2881ef87ee07ca823ac8b8f924f2f661466d3f3f21127dda6d784837a7e4c1ed
3
- size 1378708
 
 
 
 
backward/dev/xnli_bn.json → bn/test-00000-of-00001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d06c7664e290c8df773ce9fefab10a9c78824a454a907f01d36eab5e800e3bb
3
- size 706477
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f2233d40a214e0080e92021b79a858e87a11980bdd04de3adec42abfa1dd1a
3
+ size 472010
bn/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a35a05513a18b794689f053ba5d7c3880c46bda99b1b05f8ad92d816e06f02f
3
+ size 73757777
backward/dev/xnli_gu.json → bn/validation-00000-of-00001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20ce20b6797308ee2fe369a700f33b1ab304c3d9bdaf441b172c2dbdbd2ba2d2
3
- size 689045
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68becec27d57b3f1585ce6ec5a5c6e2d889c709fa1c6ae227b0c6c5dd71215f2
3
+ size 236605
forward/dev/xnli_as.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2826844a0dfe5e80f0d9bd60b67a90a6b726d00dc2ca262b64207da6927ddee
3
- size 1319595
 
 
 
 
forward/dev/xnli_bn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3641a06b2fa51391007ecc92dbd6b692dd88699c0381619374abec8aff06b83
3
- size 1321253
 
 
 
 
forward/dev/xnli_gu.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d2bbc7f9d606f3727332366398031b433a4ab6de0fa044aeaa00381961c2f4b
3
- size 1270205
 
 
 
 
forward/dev/xnli_hi.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b0c52e0d0f42625b8128aed61a1bc61929558e78be4bc92b892adfac9726f1b
3
- size 1320152
 
 
 
 
forward/dev/xnli_kn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d36cfcef9e5154fc95b419e3a5dce61733cdebc09699cd8c78058e011b121fe6
3
- size 1416625
 
 
 
 
forward/dev/xnli_ml.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:78829e0a4148118ed6d4b4c11302417201eadaae42650c0118d4aaeff2f66c17
3
- size 1448827
 
 
 
 
forward/dev/xnli_mr.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:88ef25acfd3d407a76a58e7bc2d04ba8481681b3ef7e738f6f325358021be742
3
- size 1305493
 
 
 
 
forward/dev/xnli_or.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:822fb81d0edf07e5ee071a02ead7fbf77e628fc883ddeae484e1fa8f79546bc4
3
- size 1323713
 
 
 
 
forward/dev/xnli_pa.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:be6fe373fd9a0dfa32b219d202e97c452c32e438918cf96e97008d02894ba271
3
- size 1307633
 
 
 
 
forward/dev/xnli_ta.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a623dc05e9241a153e20e5095b3b99a850ab1ccad7ef89c2665d81c61f2c1cc1
3
- size 1998124
 
 
 
 
forward/dev/xnli_te.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0dfd0e4e61d4b763b735eaf0ac01f38e18895e366b71c838e37773e4d280f33f
3
- size 1333535
 
 
 
 
forward/test/xnli_as.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:057cd608e590b59adca553481d7102080fcbeb146503754b1496f7d3f2f02093
3
- size 2654596
 
 
 
 
forward/test/xnli_bn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1211c8da0942d2722a6906b8ce0ff98677012526eec187715acc9f55517ea3d
3
- size 2669757
 
 
 
 
forward/test/xnli_gu.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b724bccaa2dc31d94bcf8f685f9ecb10d744add1b3840a39a1eaadef18757d22
3
- size 2574470
 
 
 
 
forward/test/xnli_hi.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a03e83b031802bb8e2134e9d0ba76097a06f03daf9b70131e3b20b7e508d350
3
- size 2666189
 
 
 
 
forward/test/xnli_kn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ffcc34dc2e439a555c96b5e70b9c71d22ed46ab1483d3eef400c78b913149ce
3
- size 2867823
 
 
 
 
forward/test/xnli_ml.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:99db2432723cb8e34f99b59e062d85bf1294c1137123b6c299a2fe7d0786aebb
3
- size 2920098
 
 
 
 
forward/test/xnli_mr.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2994d1068fc0928af02bac765892793ab7e568b089670cee3ee71757742d7419
3
- size 2635427
 
 
 
 
forward/test/xnli_or.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a8a5e7943245714bd32f4df4f31c8dcf9515ee6eb0e53ce35b80f2a4a702dc3
3
- size 2692199
 
 
 
 
forward/test/xnli_pa.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:305359c9539a1e36d13b278bbffa5faa441914083da57fb23a12a66586ef5e90
3
- size 2635238
 
 
 
 
forward/test/xnli_ta.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1555195c9ead494b179e11dc498b0d79c70be499d25049332e258453ab567148
3
- size 3078442
 
 
 
 
forward/test/xnli_te.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbffe3450857bc39e6f25fd28827049d0ef313e8caa02909f0988298e7b2c722
3
- size 2703334
 
 
 
 
forward/train/xnli_as.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cf36e567b6086d8c32bba4c5d2b40c55b154d54544d0d56189fcbb4e094924d
3
- size 215725422
 
 
 
 
forward/train/xnli_bn.json DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:db47a0ac20d923368435fceb1bb8187d40467025e821c9e3790ea7447a3b79b0
3
- size 217731050