Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
natural-language-inference
Size:
1M - 10M
ArXiv:
License:
Add 'ta' config data files
Browse files- README.md +33 -0
- ta/test-00000-of-00001.parquet +3 -0
- ta/train-00000-of-00001.parquet +3 -0
- ta/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -254,6 +254,31 @@ dataset_info:
|
|
254 |
num_examples: 2490
|
255 |
download_size: 73760675
|
256 |
dataset_size: 175773044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
configs:
|
258 |
- config_name: as
|
259 |
data_files:
|
@@ -327,6 +352,14 @@ configs:
|
|
327 |
path: pa/test-*
|
328 |
- split: validation
|
329 |
path: pa/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
---
|
331 |
|
332 |
# Dataset Card for "IndicXNLI"
|
|
|
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 |
configs:
|
283 |
- config_name: as
|
284 |
data_files:
|
|
|
352 |
path: pa/test-*
|
353 |
- split: validation
|
354 |
path: pa/validation-*
|
355 |
+
- config_name: ta
|
356 |
+
data_files:
|
357 |
+
- split: train
|
358 |
+
path: ta/train-*
|
359 |
+
- split: test
|
360 |
+
path: ta/test-*
|
361 |
+
- split: validation
|
362 |
+
path: ta/validation-*
|
363 |
---
|
364 |
|
365 |
# Dataset Card for "IndicXNLI"
|
ta/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:371fd60304fdca595ff7cb208b0bf8ba4f7deab3fc0b9dbbd948516437787ca6
|
3 |
+
size 522546
|
ta/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd4f2a5b95dfd6a9f8c89b41fbfb315648ec5501b9022eca6cfba3c5450a6216
|
3 |
+
size 79121459
|
ta/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ce888c74036becba97203f8c9956425cbbaf27e6c4f09383f38cc6bfc6944d7
|
3 |
+
size 320336
|