liyucheng commited on
Commit
eb2b6b6
·
1 Parent(s): 006fd64

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: question
14
+ dtype: string
15
+ - name: question_id
16
+ dtype: string
17
+ - name: question_source
18
+ dtype: string
19
+ - name: entity_pages
20
+ sequence:
21
+ - name: doc_source
22
+ dtype: string
23
+ - name: filename
24
+ dtype: string
25
+ - name: title
26
+ dtype: string
27
+ - name: wiki_context
28
+ dtype: string
29
+ - name: search_results
30
+ sequence:
31
+ - name: description
32
+ dtype: string
33
+ - name: filename
34
+ dtype: string
35
+ - name: rank
36
+ dtype: int32
37
+ - name: title
38
+ dtype: string
39
+ - name: url
40
+ dtype: string
41
+ - name: search_context
42
+ dtype: string
43
+ - name: answer
44
+ struct:
45
+ - name: aliases
46
+ sequence: string
47
+ - name: normalized_aliases
48
+ sequence: string
49
+ - name: matched_wiki_entity_name
50
+ dtype: string
51
+ - name: normalized_matched_wiki_entity_name
52
+ dtype: string
53
+ - name: normalized_value
54
+ dtype: string
55
+ - name: type
56
+ dtype: string
57
+ - name: value
58
+ dtype: string
59
+ splits:
60
+ - name: train
61
+ num_bytes: 3340799992
62
+ num_examples: 61888
63
+ - name: validation
64
+ num_bytes: 430166050
65
+ num_examples: 7993
66
+ - name: test
67
+ num_bytes: 406046504
68
+ num_examples: 7701
69
+ download_size: 2293374081
70
+ dataset_size: 4177012546
71
+ ---
72
+ # Dataset Card for "trivia_qa_wiki"
73
+
74
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)