minsing-jin
commited on
Commit
•
896e018
1
Parent(s):
dd76cc5
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
dataset_info:
|
4 |
+
config_name: qa_data
|
5 |
+
features:
|
6 |
+
- name: query_id
|
7 |
+
dtype: string
|
8 |
+
- name: question
|
9 |
+
dtype: string
|
10 |
+
- name: answer
|
11 |
+
dtype: string
|
12 |
+
- name: search_results
|
13 |
+
struct:
|
14 |
+
- name: related_links
|
15 |
+
sequence: string
|
16 |
+
- name: snippets
|
17 |
+
sequence: string
|
18 |
+
- name: titles
|
19 |
+
sequence: string
|
20 |
+
- name: urls
|
21 |
+
sequence: string
|
22 |
+
- name: doc_id
|
23 |
+
sequence: string
|
24 |
+
- name: __index_level_0__
|
25 |
+
dtype: int64
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 6503932619
|
29 |
+
num_examples: 173397
|
30 |
+
download_size: 3911415312
|
31 |
+
dataset_size: 6503932619
|
32 |
+
configs:
|
33 |
+
- config_name: qa_data
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: qa_data/train-*
|
37 |
---
|