Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
valleruizf commited on
Commit
bb80189
·
verified ·
1 Parent(s): 6def3a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -11,21 +11,27 @@ 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
- ---
 
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
+ ---