mlburnham commited on
Commit
3f6d20e
1 Parent(s): 1d1687b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: premise
15
+ dtype: string
16
+ - name: target
17
+ dtype: string
18
+ - name: hypothesis
19
+ dtype: string
20
+ - name: stance
21
+ dtype: int32
22
+ - name: label
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 5392570
27
+ num_examples: 17164
28
+ - name: validation
29
+ num_bytes: 1327661
30
+ num_examples: 4291
31
+ - name: test
32
+ num_bytes: 1633230
33
+ num_examples: 5383
34
+ download_size: 4211025
35
+ dataset_size: 8353461
36
  ---