masaya-ohagi commited on
Commit
e7b61de
·
verified ·
1 Parent(s): 21ccb77

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -42
README.md DELETED
@@ -1,42 +0,0 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: Id
6
- dtype: int64
7
- - name: Context Information
8
- dtype: string
9
- - name: Parent Question
10
- dtype: string
11
- - name: Heading
12
- dtype: string
13
- - name: Question
14
- dtype: string
15
- - name: Question Number
16
- dtype: string
17
- - name: Choices
18
- dtype: list[string]
19
- - name: Distributions
20
- dtype: list[float]
21
- - name: Year
22
- dtype: string
23
- - name: Topic
24
- dtype: string
25
- - name: Question Type
26
- dtype: string
27
- - name: Question Class
28
- dtype: string
29
- - name: Url
30
- dtype: string
31
- splits:
32
- - name: train
33
- num_bytes: 1020338
34
- num_examples: 928
35
- download_size: 273735
36
- dataset_size: 1020338
37
- configs:
38
- - config_name: default
39
- data_files:
40
- - split: train
41
- path: data/train-*
42
- ---