gowitheflow commited on
Commit
abbd9e6
1 Parent(s): aa0c727

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sentence1
5
+ dtype: string
6
+ - name: sentence2
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': entailment
13
+ '1': neutral
14
+ '2': contradiction
15
+ splits:
16
+ - name: train
17
+ num_bytes: 528983104.40889275
18
+ num_examples: 1963485
19
+ download_size: 290954453
20
+ dataset_size: 528983104.40889275
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
27
+ # Dataset Card for "multi-pooled"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)