SaylorTwift HF Staff commited on
Commit
1fba7c5
·
verified ·
1 Parent(s): 7d0d748

Add 'bn' config data files

Browse files
README.md CHANGED
@@ -29,7 +29,7 @@ task_categories:
29
  task_ids:
30
  - natural-language-inference
31
  dataset_info:
32
- config_name: as
33
  features:
34
  - name: premise
35
  dtype: string
@@ -54,6 +54,31 @@ dataset_info:
54
  num_examples: 2490
55
  download_size: 74371257
56
  dataset_size: 175189626
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  configs:
58
  - config_name: as
59
  data_files:
@@ -63,6 +88,14 @@ configs:
63
  path: as/test-*
64
  - split: validation
65
  path: as/validation-*
 
 
 
 
 
 
 
 
66
  ---
67
 
68
  # Dataset Card for "IndicXNLI"
 
29
  task_ids:
30
  - natural-language-inference
31
  dataset_info:
32
+ - config_name: as
33
  features:
34
  - name: premise
35
  dtype: string
 
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
  configs:
83
  - config_name: as
84
  data_files:
 
88
  path: as/test-*
89
  - split: validation
90
  path: as/validation-*
91
+ - config_name: bn
92
+ data_files:
93
+ - split: train
94
+ path: bn/train-*
95
+ - split: test
96
+ path: bn/test-*
97
+ - split: validation
98
+ path: bn/validation-*
99
  ---
100
 
101
  # Dataset Card for "IndicXNLI"
bn/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
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
bn/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68becec27d57b3f1585ce6ec5a5c6e2d889c709fa1c6ae227b0c6c5dd71215f2
3
+ size 236605