add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,77 @@ task_ids: []
|
|
| 20 |
paperswithcode_id: quizbowl
|
| 21 |
tags:
|
| 22 |
- quizbowl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for "qanta"
|
|
|
|
| 20 |
paperswithcode_id: quizbowl
|
| 21 |
tags:
|
| 22 |
- quizbowl
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: qanta_id
|
| 28 |
+
dtype: int32
|
| 29 |
+
- name: proto_id
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: qdb_id
|
| 32 |
+
dtype: int32
|
| 33 |
+
- name: dataset
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: text
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: full_question
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: first_sentence
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: char_idx
|
| 42 |
+
dtype: int32
|
| 43 |
+
- name: sentence_idx
|
| 44 |
+
dtype: int32
|
| 45 |
+
- name: tokenizations
|
| 46 |
+
sequence:
|
| 47 |
+
sequence: int32
|
| 48 |
+
length: 2
|
| 49 |
+
- name: answer
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: page
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: raw_answer
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: fold
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: gameplay
|
| 58 |
+
dtype: bool
|
| 59 |
+
- name: category
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: subcategory
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: tournament
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: difficulty
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: year
|
| 68 |
+
dtype: int32
|
| 69 |
+
config_name: mode=first,char_skip=25
|
| 70 |
+
splits:
|
| 71 |
+
- name: adversarial
|
| 72 |
+
num_bytes: 1258844
|
| 73 |
+
num_examples: 1145
|
| 74 |
+
- name: buzzdev
|
| 75 |
+
num_bytes: 1553636
|
| 76 |
+
num_examples: 1161
|
| 77 |
+
- name: buzztest
|
| 78 |
+
num_bytes: 2653425
|
| 79 |
+
num_examples: 1953
|
| 80 |
+
- name: buzztrain
|
| 81 |
+
num_bytes: 19699736
|
| 82 |
+
num_examples: 16706
|
| 83 |
+
- name: guessdev
|
| 84 |
+
num_bytes: 1414882
|
| 85 |
+
num_examples: 1055
|
| 86 |
+
- name: guesstest
|
| 87 |
+
num_bytes: 2997123
|
| 88 |
+
num_examples: 2151
|
| 89 |
+
- name: guesstrain
|
| 90 |
+
num_bytes: 117599750
|
| 91 |
+
num_examples: 96221
|
| 92 |
+
download_size: 170754918
|
| 93 |
+
dataset_size: 147177396
|
| 94 |
---
|
| 95 |
|
| 96 |
# Dataset Card for "qanta"
|