Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: question
|
12 |
+
dtype: string
|
13 |
+
- name: question_id
|
14 |
+
dtype: string
|
15 |
+
- name: question_source
|
16 |
+
dtype: string
|
17 |
+
- name: answer
|
18 |
+
struct:
|
19 |
+
- name: aliases
|
20 |
+
sequence: string
|
21 |
+
- name: normalized_aliases
|
22 |
+
sequence: string
|
23 |
+
- name: matched_wiki_entity_name
|
24 |
+
dtype: string
|
25 |
+
- name: normalized_matched_wiki_entity_name
|
26 |
+
dtype: string
|
27 |
+
- name: normalized_value
|
28 |
+
dtype: string
|
29 |
+
- name: type
|
30 |
+
dtype: string
|
31 |
+
- name: value
|
32 |
+
dtype: string
|
33 |
+
- name: wiki_passages
|
34 |
+
sequence: string
|
35 |
+
- name: wiki_titles
|
36 |
+
sequence: string
|
37 |
+
- name: wiki_answers
|
38 |
+
sequence: string
|
39 |
+
- name: search_passages
|
40 |
+
sequence: string
|
41 |
+
- name: search_titles
|
42 |
+
sequence: string
|
43 |
+
- name: search_answers
|
44 |
+
sequence: string
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 2932867015
|
48 |
+
num_examples: 138384
|
49 |
+
- name: validation
|
50 |
+
num_bytes: 384858409
|
51 |
+
num_examples: 17944
|
52 |
+
download_size: 1771631481
|
53 |
+
dataset_size: 3317725424
|
54 |
+
---
|
55 |
+
# Dataset Card for "trivia_qa_passages"
|
56 |
+
|
57 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|