atmallen commited on
Commit
2563e71
1 Parent(s): 4142951

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': entailment
18
+ '1': neutral
19
+ '2': contradiction
20
+ - name: id
21
+ dtype: string
22
+ - name: choices
23
+ sequence: string
24
+ - name: bob_label
25
+ dtype: int64
26
+ - name: difficulty
27
+ dtype: float64
28
+ - name: statement
29
+ dtype: string
30
+ - name: character
31
+ dtype: string
32
+ - name: alice_label
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 2942946.0
37
+ num_examples: 12500
38
+ - name: validation
39
+ num_bytes: 121913.8785
40
+ num_examples: 519
41
+ - name: test
42
+ num_bytes: 118597.4715
43
+ num_examples: 501
44
+ download_size: 1232933
45
+ dataset_size: 3183457.35
46
+ ---
47
+ # Dataset Card for "quirky_nli_bob_easy"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)