Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: validation
|
| 6 |
+
path: data/validation-*
|
| 7 |
+
- split: train
|
| 8 |
+
path: data/train-*
|
| 9 |
+
dataset_info:
|
| 10 |
+
features:
|
| 11 |
+
- name: article_id
|
| 12 |
+
dtype: int64
|
| 13 |
+
- name: set_unique_id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: batch_num
|
| 16 |
+
dtype: int64
|
| 17 |
+
- name: writer_id
|
| 18 |
+
dtype: int64
|
| 19 |
+
- name: source
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: title
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: year
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: author
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: topic
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: article
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: questions
|
| 32 |
+
list:
|
| 33 |
+
- name: difficult
|
| 34 |
+
dtype: int64
|
| 35 |
+
- name: gold_label
|
| 36 |
+
dtype: int64
|
| 37 |
+
- name: options
|
| 38 |
+
sequence: string
|
| 39 |
+
- name: question
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: question_unique_id
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: speed_validation
|
| 44 |
+
list:
|
| 45 |
+
- name: speed_annotator_id
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: speed_answer
|
| 48 |
+
dtype: int64
|
| 49 |
+
- name: validation
|
| 50 |
+
list:
|
| 51 |
+
- name: untimed_annotator_id
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: untimed_answer
|
| 54 |
+
dtype: int64
|
| 55 |
+
- name: untimed_best_distractor
|
| 56 |
+
dtype: int64
|
| 57 |
+
- name: untimed_eval1_answerability
|
| 58 |
+
dtype: int64
|
| 59 |
+
- name: untimed_eval2_context
|
| 60 |
+
dtype: int64
|
| 61 |
+
- name: writer_label
|
| 62 |
+
dtype: int64
|
| 63 |
+
- name: url
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: license
|
| 66 |
+
dtype: string
|
| 67 |
+
splits:
|
| 68 |
+
- name: validation
|
| 69 |
+
num_bytes: 6963297
|
| 70 |
+
num_examples: 230
|
| 71 |
+
- name: train
|
| 72 |
+
num_bytes: 8978473
|
| 73 |
+
num_examples: 300
|
| 74 |
+
download_size: 5020122
|
| 75 |
+
dataset_size: 15941770
|
| 76 |
+
---
|
| 77 |
+
# Dataset Card for "QuALITY"
|
| 78 |
+
|
| 79 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|