amztheory commited on
Commit
d75eb61
·
verified ·
1 Parent(s): e34dae2

udpate dataset

Browse files
README.md CHANGED
@@ -1,84 +1,15 @@
1
  ---
2
- dataset_info:
3
- - config_name: default
4
- features:
5
- - name: prompt
6
- dtype: string
7
- - name: question
8
- dtype: string
9
- - name: choices
10
- dtype: string
11
- - name: index
12
- dtype: int64
13
- splits:
14
- - name: test
15
- num_bytes: 268487
16
- num_examples: 299
17
- download_size: 78857
18
- dataset_size: 268487
19
- - config_name: fib_with_choices
20
- features:
21
- - name: prompt
22
- dtype: string
23
- - name: question
24
- dtype: string
25
- - name: index
26
- dtype: int64
27
- - name: choices
28
- list: string
29
- splits:
30
- - name: test
31
- num_bytes: 99395
32
- num_examples: 99
33
- download_size: 42999
34
- dataset_size: 99395
35
- - config_name: mcq_bias
36
- features:
37
- - name: prompt
38
- dtype: string
39
- - name: question
40
- dtype: string
41
- - name: index
42
- dtype: int64
43
- - name: choices
44
- list: string
45
- splits:
46
- - name: test
47
- num_bytes: 82018
48
- num_examples: 99
49
- download_size: 39355
50
- dataset_size: 82018
51
- - config_name: mcq_knowledge
52
- features:
53
- - name: prompt
54
- dtype: string
55
- - name: question
56
- dtype: string
57
- - name: index
58
- dtype: int64
59
- - name: choices
60
- list: string
61
- splits:
62
- - name: test
63
- num_bytes: 84603
64
- num_examples: 101
65
- download_size: 39669
66
- dataset_size: 84603
67
  configs:
68
- - config_name: default
69
- data_files:
70
- - split: test
71
- path: data/test-*
72
  - config_name: fib_with_choices
73
  data_files:
74
  - split: test
75
- path: fib_with_choices/test-*
76
  - config_name: mcq_bias
77
  data_files:
78
  - split: test
79
- path: mcq_bias/test-*
80
  - config_name: mcq_knowledge
81
  data_files:
82
  - split: test
83
- path: mcq_knowledge/test-*
84
  ---
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
 
 
 
 
3
  - config_name: fib_with_choices
4
  data_files:
5
  - split: test
6
+ path: "fib_with_choices/data.parquet"
7
  - config_name: mcq_bias
8
  data_files:
9
  - split: test
10
+ path: "mcq_bias/data.parquet"
11
  - config_name: mcq_knowledge
12
  data_files:
13
  - split: test
14
+ path: "mcq_knowledge/data.parquet"
15
  ---
fib_with_choices/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a876c58d7e9a126724d55e45aace1115b41d09fe7a2d5e78c7f73801ca0b7238
3
+ size 45138
mcq_bias/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b0726f69147fff83b6a59f23e331e9e595f3ff27e6eeb98757d8c5fe33314b
3
+ size 42102
mcq_knowledge/data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6bb28ab66d1327b2a853839abea4a002c1512551dd5da423fa160010e9870d
3
+ size 42252