Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: full
|
6 |
+
path: data/full-*
|
7 |
+
- split: train
|
8 |
+
path: data/train-*
|
9 |
+
- split: eval_only
|
10 |
+
path: data/eval_only-*
|
11 |
+
- split: eval_subset
|
12 |
+
path: data/eval_subset-*
|
13 |
+
- split: cheat_proof
|
14 |
+
path: data/cheat_proof-*
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: question
|
18 |
+
dtype: string
|
19 |
+
- name: answer_letter
|
20 |
+
dtype: string
|
21 |
+
- name: dataset
|
22 |
+
dtype: string
|
23 |
+
- name: choices
|
24 |
+
sequence: string
|
25 |
+
splits:
|
26 |
+
- name: full
|
27 |
+
num_bytes: 16696558
|
28 |
+
num_examples: 81884
|
29 |
+
- name: train
|
30 |
+
num_bytes: 12224
|
31 |
+
num_examples: 60
|
32 |
+
- name: eval_only
|
33 |
+
num_bytes: 1634360
|
34 |
+
num_examples: 7611
|
35 |
+
- name: eval_subset
|
36 |
+
num_bytes: 132241
|
37 |
+
num_examples: 820
|
38 |
+
- name: cheat_proof
|
39 |
+
num_bytes: 93406
|
40 |
+
num_examples: 820
|
41 |
+
download_size: 9297393
|
42 |
+
dataset_size: 18568789
|
43 |
+
---
|
44 |
+
# Dataset Card for "UnifiedQA_MCQA2"
|
45 |
+
|
46 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|