add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -3,6 +3,115 @@ language:
|
|
| 3 |
- en
|
| 4 |
paperswithcode_id: doqa
|
| 5 |
pretty_name: DoQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Dataset Card for "doqa"
|
|
@@ -295,4 +404,4 @@ The data fields are the same among all splits.
|
|
| 295 |
|
| 296 |
### Contributions
|
| 297 |
|
| 298 |
-
Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
|
| 3 |
- en
|
| 4 |
paperswithcode_id: doqa
|
| 5 |
pretty_name: DoQA
|
| 6 |
+
dataset_info:
|
| 7 |
+
- config_name: cooking
|
| 8 |
+
features:
|
| 9 |
+
- name: title
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: background
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: context
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: question
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: id
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: answers
|
| 20 |
+
sequence:
|
| 21 |
+
- name: text
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: answer_start
|
| 24 |
+
dtype: int32
|
| 25 |
+
- name: followup
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: yesno
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: orig_answer
|
| 30 |
+
sequence:
|
| 31 |
+
- name: text
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: answer_start
|
| 34 |
+
dtype: int32
|
| 35 |
+
splits:
|
| 36 |
+
- name: test
|
| 37 |
+
num_bytes: 2969064
|
| 38 |
+
num_examples: 1797
|
| 39 |
+
- name: train
|
| 40 |
+
num_bytes: 6881681
|
| 41 |
+
num_examples: 4612
|
| 42 |
+
- name: validation
|
| 43 |
+
num_bytes: 1461613
|
| 44 |
+
num_examples: 911
|
| 45 |
+
download_size: 4197671
|
| 46 |
+
dataset_size: 11312358
|
| 47 |
+
- config_name: movies
|
| 48 |
+
features:
|
| 49 |
+
- name: title
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: background
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: context
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: question
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: id
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: answers
|
| 60 |
+
sequence:
|
| 61 |
+
- name: text
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: answer_start
|
| 64 |
+
dtype: int32
|
| 65 |
+
- name: followup
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: yesno
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: orig_answer
|
| 70 |
+
sequence:
|
| 71 |
+
- name: text
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: answer_start
|
| 74 |
+
dtype: int32
|
| 75 |
+
splits:
|
| 76 |
+
- name: test
|
| 77 |
+
num_bytes: 3166075
|
| 78 |
+
num_examples: 1884
|
| 79 |
+
download_size: 4197671
|
| 80 |
+
dataset_size: 3166075
|
| 81 |
+
- config_name: travel
|
| 82 |
+
features:
|
| 83 |
+
- name: title
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: background
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: context
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: question
|
| 90 |
+
dtype: string
|
| 91 |
+
- name: id
|
| 92 |
+
dtype: string
|
| 93 |
+
- name: answers
|
| 94 |
+
sequence:
|
| 95 |
+
- name: text
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: answer_start
|
| 98 |
+
dtype: int32
|
| 99 |
+
- name: followup
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: yesno
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: orig_answer
|
| 104 |
+
sequence:
|
| 105 |
+
- name: text
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: answer_start
|
| 108 |
+
dtype: int32
|
| 109 |
+
splits:
|
| 110 |
+
- name: test
|
| 111 |
+
num_bytes: 3216374
|
| 112 |
+
num_examples: 1713
|
| 113 |
+
download_size: 4197671
|
| 114 |
+
dataset_size: 3216374
|
| 115 |
---
|
| 116 |
|
| 117 |
# Dataset Card for "doqa"
|
|
|
|
| 404 |
|
| 405 |
### Contributions
|
| 406 |
|
| 407 |
+
Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|