minsing-jin
commited on
Commit
•
229c3d1
1
Parent(s):
bcd94fd
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: train
|
4 |
+
features:
|
5 |
+
- name: ambiguous_question
|
6 |
+
dtype: string
|
7 |
+
- name: qa_pairs
|
8 |
+
list:
|
9 |
+
- name: context
|
10 |
+
dtype: string
|
11 |
+
- name: question
|
12 |
+
dtype: string
|
13 |
+
- name: short_answers
|
14 |
+
sequence: string
|
15 |
+
- name: wikipage
|
16 |
+
dtype: string
|
17 |
+
- name: wikipages
|
18 |
+
list:
|
19 |
+
- name: title
|
20 |
+
dtype: string
|
21 |
+
- name: url
|
22 |
+
dtype: string
|
23 |
+
- name: annotations
|
24 |
+
list:
|
25 |
+
- name: knowledge
|
26 |
+
list:
|
27 |
+
- name: content
|
28 |
+
dtype: string
|
29 |
+
- name: wikipage
|
30 |
+
dtype: string
|
31 |
+
- name: long_answer
|
32 |
+
dtype: string
|
33 |
+
- name: __index_level_0__
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 9765983
|
38 |
+
num_examples: 4353
|
39 |
+
download_size: 5336235
|
40 |
+
dataset_size: 9765983
|
41 |
+
configs:
|
42 |
+
- config_name: train
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: train/train-*
|
46 |
+
---
|
47 |
+
# Dataset Card for "asqa_origin"
|
48 |
+
|
49 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|