lucadiliello commited on
Commit
52c2eb9
·
1 Parent(s): 1a62f11

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: key
5
+ dtype: string
6
+ - name: premise
7
+ dtype: string
8
+ - name: hypothesis
9
+ dtype: string
10
+ - name: label
11
+ dtype: int64
12
+ splits:
13
+ - name: dev_matched
14
+ num_bytes: 1869989
15
+ num_examples: 9815
16
+ - name: dev_mismatched
17
+ num_bytes: 1985345
18
+ num_examples: 9832
19
+ - name: test_matched
20
+ num_bytes: 1884664
21
+ num_examples: 9796
22
+ - name: test_mismatched
23
+ num_bytes: 1986695
24
+ num_examples: 9847
25
+ - name: train
26
+ num_bytes: 76786075
27
+ num_examples: 392702
28
+ download_size: 54416761
29
+ dataset_size: 84512768
30
+ ---
31
+ # Dataset Card for "mnli"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)