Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: alice_label
|
14 |
+
dtype: bool
|
15 |
+
- name: bob_label
|
16 |
+
dtype: bool
|
17 |
+
- name: difficulty
|
18 |
+
dtype: float64
|
19 |
+
- name: statement
|
20 |
+
dtype: string
|
21 |
+
- name: choices
|
22 |
+
sequence: string
|
23 |
+
- name: character
|
24 |
+
dtype: string
|
25 |
+
- name: label
|
26 |
+
dtype: bool
|
27 |
+
splits:
|
28 |
+
- name: train
|
29 |
+
num_bytes: 375918.8239690378
|
30 |
+
num_examples: 3746
|
31 |
+
- name: validation
|
32 |
+
num_bytes: 200694.0
|
33 |
+
num_examples: 2000
|
34 |
+
- name: test
|
35 |
+
num_bytes: 200545.5
|
36 |
+
num_examples: 2000
|
37 |
+
download_size: 196573
|
38 |
+
dataset_size: 777158.3239690377
|
39 |
+
---
|
40 |
+
# Dataset Card for "quirky_hemisphere_bob"
|
41 |
+
|
42 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|