serteal commited on
Commit
2a051a3
·
verified ·
1 Parent(s): bc96e51

Add 3_hist_fig_deathyear: Death year of historical figures

Browse files
3_hist_fig_deathyear/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1364b2ef920346a46a6be44b2898bca7d57c6a74262ee1d01f13be8519148a
3
+ size 111719
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: 2_hist_fig_birthyear
4
  features:
5
  - name: prompt
6
  dtype: string
@@ -12,9 +12,25 @@ dataset_info:
12
  num_examples: 5000
13
  download_size: 110070
14
  dataset_size: 134346
 
 
 
 
 
 
 
 
 
 
 
 
15
  configs:
16
  - config_name: 2_hist_fig_birthyear
17
  data_files:
18
  - split: train
19
  path: 2_hist_fig_birthyear/train-*
 
 
 
 
20
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: 2_hist_fig_birthyear
4
  features:
5
  - name: prompt
6
  dtype: string
 
12
  num_examples: 5000
13
  download_size: 110070
14
  dataset_size: 134346
15
+ - config_name: 3_hist_fig_deathyear
16
+ features:
17
+ - name: prompt
18
+ dtype: string
19
+ - name: label
20
+ dtype: int32
21
+ splits:
22
+ - name: train
23
+ num_bytes: 134564
24
+ num_examples: 5000
25
+ download_size: 111719
26
+ dataset_size: 134564
27
  configs:
28
  - config_name: 2_hist_fig_birthyear
29
  data_files:
30
  - split: train
31
  path: 2_hist_fig_birthyear/train-*
32
+ - config_name: 3_hist_fig_deathyear
33
+ data_files:
34
+ - split: train
35
+ path: 3_hist_fig_deathyear/train-*
36
  ---