will33am commited on
Commit
f428670
1 Parent(s): 714665d

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: image
5
+ dtype: image
6
+ - name: filename
7
+ dtype: string
8
+ - name: premise
9
+ dtype: string
10
+ - name: hypothesis
11
+ dtype: string
12
+ - name: label
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': entailment
17
+ '1': neutral
18
+ '2': contradiction
19
+ - name: id
20
+ dtype: int64
21
+ - name: id_image
22
+ dtype: int64
23
+ splits:
24
+ - name: test
25
+ num_bytes: 2330680254.152
26
+ num_examples: 17901
27
+ download_size: 1411571395
28
+ dataset_size: 2330680254.152
29
+ ---
30
+ # Dataset Card for "SNLI-VE_test"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)