atmallen commited on
Commit
3c3d54e
1 Parent(s): 6c5094f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': negative
18
+ '1': positive
19
+ - name: id
20
+ dtype: string
21
+ - name: choices
22
+ sequence: string
23
+ - name: bob_label
24
+ dtype: int64
25
+ - name: difficulty
26
+ dtype: float64
27
+ - name: statement
28
+ dtype: string
29
+ - name: character
30
+ dtype: string
31
+ - name: alice_label
32
+ dtype: int64
33
+ splits:
34
+ - name: train
35
+ num_bytes: 3777545.81064
36
+ num_examples: 6251
37
+ - name: validation
38
+ num_bytes: 306747.067
39
+ num_examples: 506
40
+ - name: test
41
+ num_bytes: 309460.068
42
+ num_examples: 513
43
+ download_size: 2550018
44
+ dataset_size: 4393752.94564
45
+ ---
46
+ # Dataset Card for "quirky_sentiment_alice_hard"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)