add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,59 @@ task_ids:
|
|
22 |
- multiple-choice-qa
|
23 |
paperswithcode_id: null
|
24 |
pretty_name: Ai2Arc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for "ai2_arc"
|
@@ -214,4 +267,4 @@ The data fields are the same among all splits.
|
|
214 |
|
215 |
### Contributions
|
216 |
|
217 |
-
Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
22 |
- multiple-choice-qa
|
23 |
paperswithcode_id: null
|
24 |
pretty_name: Ai2Arc
|
25 |
+
dataset_info:
|
26 |
+
- config_name: ARC-Challenge
|
27 |
+
features:
|
28 |
+
- name: id
|
29 |
+
dtype: string
|
30 |
+
- name: question
|
31 |
+
dtype: string
|
32 |
+
- name: choices
|
33 |
+
sequence:
|
34 |
+
- name: text
|
35 |
+
dtype: string
|
36 |
+
- name: label
|
37 |
+
dtype: string
|
38 |
+
- name: answerKey
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 377740
|
43 |
+
num_examples: 1172
|
44 |
+
- name: train
|
45 |
+
num_bytes: 351888
|
46 |
+
num_examples: 1119
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 97254
|
49 |
+
num_examples: 299
|
50 |
+
download_size: 680841265
|
51 |
+
dataset_size: 826882
|
52 |
+
- config_name: ARC-Easy
|
53 |
+
features:
|
54 |
+
- name: id
|
55 |
+
dtype: string
|
56 |
+
- name: question
|
57 |
+
dtype: string
|
58 |
+
- name: choices
|
59 |
+
sequence:
|
60 |
+
- name: text
|
61 |
+
dtype: string
|
62 |
+
- name: label
|
63 |
+
dtype: string
|
64 |
+
- name: answerKey
|
65 |
+
dtype: string
|
66 |
+
splits:
|
67 |
+
- name: test
|
68 |
+
num_bytes: 661997
|
69 |
+
num_examples: 2376
|
70 |
+
- name: train
|
71 |
+
num_bytes: 623254
|
72 |
+
num_examples: 2251
|
73 |
+
- name: validation
|
74 |
+
num_bytes: 158498
|
75 |
+
num_examples: 570
|
76 |
+
download_size: 680841265
|
77 |
+
dataset_size: 1443749
|
78 |
---
|
79 |
|
80 |
# Dataset Card for "ai2_arc"
|
|
|
267 |
|
268 |
### Contributions
|
269 |
|
270 |
+
Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|