ohsuz commited on
Commit
aa573ea
·
1 Parent(s): 699e248

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: doc_id
12
+ dtype: string
13
+ - name: doc_title
14
+ dtype: string
15
+ - name: doc_source
16
+ dtype: string
17
+ - name: doc_published
18
+ dtype: int64
19
+ - name: created
20
+ dtype: string
21
+ - name: doc_class
22
+ struct:
23
+ - name: class
24
+ dtype: string
25
+ - name: code
26
+ dtype: string
27
+ - name: paragraphs
28
+ list:
29
+ - name: context
30
+ dtype: string
31
+ - name: context_id
32
+ dtype: string
33
+ - name: qas
34
+ list:
35
+ - name: answer
36
+ struct:
37
+ - name: answer_end
38
+ dtype: 'null'
39
+ - name: answer_start
40
+ dtype: 'null'
41
+ - name: cell_coordinates
42
+ dtype: 'null'
43
+ - name: cell_text
44
+ dtype: 'null'
45
+ - name: clue_start
46
+ dtype: int64
47
+ - name: clue_text
48
+ dtype: string
49
+ - name: options
50
+ dtype: 'null'
51
+ - name: source
52
+ dtype: string
53
+ - name: text
54
+ dtype: string
55
+ - name: qa_type
56
+ dtype: int64
57
+ - name: question
58
+ dtype: string
59
+ - name: question_id
60
+ dtype: string
61
+ - name: tbs
62
+ dtype: 'null'
63
+ splits:
64
+ - name: train
65
+ num_bytes: 19830557
66
+ num_examples: 6838
67
+ - name: test
68
+ num_bytes: 399014
69
+ num_examples: 118
70
+ download_size: 8040601
71
+ dataset_size: 20229571
72
+ ---
73
+ # Dataset Card for "BQA_ORIGINAL"
74
+
75
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)