Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
valleruizf commited on
Commit
bd5af0c
·
verified ·
1 Parent(s): 8aa4b76

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ pretty_name: sst2_cognitive-bias
8
+ size_categories:
9
+ - 100K<n<1M
10
+ source_datasets:
11
+ - sst2
12
+ dataset_info:
13
+ features:
14
+ - name: idx
15
+ dtype: string
16
+ - name: sentence
17
+ dtype: string
18
+ - name: label
19
+ dtype: int16
20
+ - name: few_shot_string
21
+ dtype: string
22
+ - name: few_shot_hard_string
23
+ dtype: string
24
+ splits:
25
+ - name: test
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: test
30
+ path: data/sst2_cognitive-bias
31
+ ---