NTIS commited on
Commit
ed30cda
·
verified ·
1 Parent(s): 48cd1ba

feat: Add dev/test splits for new config 'liberal_arts_and_social_sciences'

Browse files
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  dataset_info:
 
3
  features:
4
  - name: question
5
  dtype: string
@@ -25,9 +26,42 @@ dataset_info:
25
  num_examples: 1015
26
  download_size: 66168
27
  dataset_size: 167749
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  configs:
29
  - config_name: default
30
  data_files:
31
  - split: all
32
  path: data/all-*
 
 
 
 
 
 
33
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: default
4
  features:
5
  - name: question
6
  dtype: string
 
26
  num_examples: 1015
27
  download_size: 66168
28
  dataset_size: 167749
29
+ - config_name: liberal_arts_and_social_sciences
30
+ features:
31
+ - name: question
32
+ dtype: string
33
+ - name: answer
34
+ dtype: int64
35
+ - name: A
36
+ dtype: string
37
+ - name: B
38
+ dtype: string
39
+ - name: C
40
+ dtype: string
41
+ - name: D
42
+ dtype: string
43
+ - name: Category
44
+ dtype: string
45
+ - name: Human Accuracy
46
+ dtype: float64
47
+ splits:
48
+ - name: dev
49
+ num_bytes: 1097
50
+ num_examples: 5
51
+ - name: test
52
+ num_bytes: 37448
53
+ num_examples: 145
54
+ download_size: 31197
55
+ dataset_size: 38545
56
  configs:
57
  - config_name: default
58
  data_files:
59
  - split: all
60
  path: data/all-*
61
+ - config_name: liberal_arts_and_social_sciences
62
+ data_files:
63
+ - split: dev
64
+ path: liberal_arts_and_social_sciences/dev-*
65
+ - split: test
66
+ path: liberal_arts_and_social_sciences/test-*
67
  ---
liberal_arts_and_social_sciences/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff28f30153351cb685b0853c12f9c48c4d2dfcb0730b93c9f9d5987c0aead57
3
+ size 4646
liberal_arts_and_social_sciences/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d3b2846e23ee982ecadf478812f9f451ee897cb1ef8bfc24ce1237857a35ea
3
+ size 26551