usr256864 commited on
Commit
04e7dbd
·
verified ·
1 Parent(s): 22e7eb9

Delete dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +0 -92
dataset_info.json DELETED
@@ -1,92 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "wikipedia_title": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "wikipedia_url": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- },
13
- "question_original": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "question": {
18
- "dtype": "string",
19
- "_type": "Value"
20
- },
21
- "question_type": {
22
- "dtype": "string",
23
- "_type": "Value"
24
- },
25
- "answer": {
26
- "dtype": "string",
27
- "_type": "Value"
28
- },
29
- "evidence": {
30
- "dtype": "string",
31
- "_type": "Value"
32
- },
33
- "evidence_section_id": {
34
- "dtype": "string",
35
- "_type": "Value"
36
- },
37
- "evidence_section_title": {
38
- "dtype": "string",
39
- "_type": "Value"
40
- },
41
- "dataset_name": {
42
- "dtype": "string",
43
- "_type": "Value"
44
- },
45
- "dataset_category_id": {
46
- "dtype": "int64",
47
- "_type": "Value"
48
- },
49
- "wikipedia_url_used_in_train": {
50
- "dtype": "bool",
51
- "_type": "Value"
52
- },
53
- "encyclopedic_vqa_split": {
54
- "dtype": "string",
55
- "_type": "Value"
56
- },
57
- "dataset_image_ids": {
58
- "dtype": "string",
59
- "_type": "Value"
60
- },
61
- "output": {
62
- "answer": {
63
- "feature": {
64
- "dtype": "string",
65
- "_type": "Value"
66
- },
67
- "_type": "Sequence"
68
- },
69
- "original_answer": {
70
- "dtype": "string",
71
- "_type": "Value"
72
- }
73
- },
74
- "input": {
75
- "dtype": "string",
76
- "_type": "Value"
77
- },
78
- "input_oracle": {
79
- "dtype": "string",
80
- "_type": "Value"
81
- },
82
- "image_path": {
83
- "dtype": "string",
84
- "_type": "Value"
85
- },
86
- "image": {
87
- "_type": "Image"
88
- }
89
- },
90
- "homepage": "",
91
- "license": ""
92
- }