Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: answers
|
| 5 |
+
sequence: string
|
| 6 |
+
- name: options
|
| 7 |
+
sequence:
|
| 8 |
+
sequence: string
|
| 9 |
+
- name: questions
|
| 10 |
+
sequence: string
|
| 11 |
+
- name: article
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: factiod_questions
|
| 16 |
+
sequence: string
|
| 17 |
+
- name: cloze_questions
|
| 18 |
+
sequence: string
|
| 19 |
+
- name: summarization_questions
|
| 20 |
+
sequence: string
|
| 21 |
+
splits:
|
| 22 |
+
- name: train_middle
|
| 23 |
+
num_bytes: 12404487
|
| 24 |
+
num_examples: 6409
|
| 25 |
+
- name: train_high
|
| 26 |
+
num_bytes: 50759310
|
| 27 |
+
num_examples: 18728
|
| 28 |
+
- name: train_all
|
| 29 |
+
num_bytes: 63163797
|
| 30 |
+
num_examples: 25137
|
| 31 |
+
- name: test_middle
|
| 32 |
+
num_bytes: 707855
|
| 33 |
+
num_examples: 362
|
| 34 |
+
- name: test_high
|
| 35 |
+
num_bytes: 2809913
|
| 36 |
+
num_examples: 1045
|
| 37 |
+
- name: dev_middle
|
| 38 |
+
num_bytes: 707343
|
| 39 |
+
num_examples: 368
|
| 40 |
+
- name: dev_high
|
| 41 |
+
num_bytes: 2751201
|
| 42 |
+
num_examples: 1021
|
| 43 |
+
download_size: 81569780
|
| 44 |
+
dataset_size: 133303906
|
| 45 |
+
---
|
| 46 |
+
# Dataset Card for "EQG-RACE-PLUS"
|
| 47 |
+
|
| 48 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|