Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ configs:
|
|
6 |
path: data/test-*
|
7 |
dataset_info:
|
8 |
features:
|
|
|
|
|
9 |
- name: image
|
10 |
dtype: image
|
11 |
- name: question
|
@@ -18,6 +20,8 @@ dataset_info:
|
|
18 |
sequence: string
|
19 |
- name: definition_summary
|
20 |
dtype: string
|
|
|
|
|
21 |
- name: metadata
|
22 |
struct:
|
23 |
- name: definition_concept
|
@@ -40,10 +44,6 @@ dataset_info:
|
|
40 |
dtype: string
|
41 |
- name: source_language
|
42 |
dtype: string
|
43 |
-
- name: sample_id
|
44 |
-
dtype: string
|
45 |
-
- name: chapter
|
46 |
-
dtype: string
|
47 |
splits:
|
48 |
- name: test
|
49 |
num_bytes: 620113822.5
|
|
|
6 |
path: data/test-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
+
- name: sample_id
|
10 |
+
dtype: string
|
11 |
- name: image
|
12 |
dtype: image
|
13 |
- name: question
|
|
|
20 |
sequence: string
|
21 |
- name: definition_summary
|
22 |
dtype: string
|
23 |
+
- name: chapter
|
24 |
+
dtype: string
|
25 |
- name: metadata
|
26 |
struct:
|
27 |
- name: definition_concept
|
|
|
44 |
dtype: string
|
45 |
- name: source_language
|
46 |
dtype: string
|
|
|
|
|
|
|
|
|
47 |
splits:
|
48 |
- name: test
|
49 |
num_bytes: 620113822.5
|