Gwatk commited on
Commit
3c303d4
1 Parent(s): b1c29a7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': entailment
9
+ '1': neutral
10
+ '2': contradiction
11
+ - name: language
12
+ dtype: string
13
+ - name: choosen_premise
14
+ dtype: string
15
+ - name: choosen_hypothesis
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 2108099
20
+ num_examples: 10000
21
+ - name: validation
22
+ num_bytes: 291063
23
+ num_examples: 1500
24
+ - name: test
25
+ num_bytes: 384971
26
+ num_examples: 2000
27
+ download_size: 1867984
28
+ dataset_size: 2784133
29
+ ---
30
+ # Dataset Card for "10k_test3_xnli_subset"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)