Thanmay commited on
Commit
7171355
·
1 Parent(s): 5ce3ddb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: premise
12
+ dtype: string
13
+ - name: hypothesis
14
+ dtype: string
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': entailment
20
+ '1': neutral
21
+ '2': contradiction
22
+ - name: itv2 hi premise
23
+ dtype: string
24
+ - name: itv2 hi hypothesis
25
+ dtype: string
26
+ splits:
27
+ - name: test
28
+ num_bytes: 2919428
29
+ num_examples: 5010
30
+ - name: validation
31
+ num_bytes: 1445112
32
+ num_examples: 2490
33
+ download_size: 1167092
34
+ dataset_size: 4364540
35
+ ---
36
+ # Dataset Card for "indic-xnli"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)