Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,21 +11,27 @@ source_datasets:
|
|
11 |
- sst2
|
12 |
dataset_info:
|
13 |
features:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
splits:
|
25 |
- name: test
|
26 |
configs:
|
27 |
- config_name: default
|
28 |
data_files:
|
29 |
-
|
30 |
-
|
31 |
-
---
|
|
|
11 |
- sst2
|
12 |
dataset_info:
|
13 |
features:
|
14 |
+
- name: idx
|
15 |
+
dtype: string
|
16 |
+
- name: sentence
|
17 |
+
dtype: string
|
18 |
+
- name: label
|
19 |
+
dtype: int64
|
20 |
+
- name: few_shot_string
|
21 |
+
dtype: string
|
22 |
+
- name: few_shot_hard_string
|
23 |
+
dtype: string
|
24 |
+
splits:
|
25 |
+
- name: test
|
26 |
+
num_bytes: 202029990
|
27 |
+
num_examples: 250000
|
28 |
+
download_size: 33103505
|
29 |
+
dataset_size: 202029990
|
30 |
splits:
|
31 |
- name: test
|
32 |
configs:
|
33 |
- config_name: default
|
34 |
data_files:
|
35 |
+
- split: test
|
36 |
+
path: data/sst2_cognitive-bias
|
37 |
+
---
|