darkyarding
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: question_id
|
6 |
-
dtype: string
|
7 |
-
- name: image
|
8 |
-
dtype: image
|
9 |
-
- name: question
|
10 |
-
dtype: string
|
11 |
-
- name: answer
|
12 |
-
dtype: string
|
13 |
-
- name: category
|
14 |
-
dtype: string
|
15 |
-
splits:
|
16 |
-
- name: train
|
17 |
-
num_bytes: 669725855.604
|
18 |
-
num_examples: 2374
|
19 |
-
download_size: 201071792
|
20 |
-
dataset_size: 669725855.604
|
21 |
-
configs:
|
22 |
-
- config_name: default
|
23 |
-
data_files:
|
24 |
-
- split:
|
25 |
-
path: data/
|
26 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: question_id
|
6 |
+
dtype: string
|
7 |
+
- name: image
|
8 |
+
dtype: image
|
9 |
+
- name: question
|
10 |
+
dtype: string
|
11 |
+
- name: answer
|
12 |
+
dtype: string
|
13 |
+
- name: category
|
14 |
+
dtype: string
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 669725855.604
|
18 |
+
num_examples: 2374
|
19 |
+
download_size: 201071792
|
20 |
+
dataset_size: 669725855.604
|
21 |
+
configs:
|
22 |
+
- config_name: default
|
23 |
+
data_files:
|
24 |
+
- split: test
|
25 |
+
path: data/test-*
|
26 |
+
---
|