Datasets:
Update dataset.yaml
Browse files- dataset.yaml +10 -5
dataset.yaml
CHANGED
@@ -1,21 +1,26 @@
|
|
1 |
splits:
|
2 |
- name: train
|
3 |
-
num_bytes: 100000
|
4 |
num_examples: 100
|
5 |
features:
|
6 |
- name: __key__
|
7 |
dtype: string
|
8 |
-
- name:
|
|
|
|
|
9 |
dtype: string
|
10 |
- name: txt
|
11 |
dtype: string
|
12 |
- name: validation
|
13 |
-
num_bytes: 100000
|
14 |
-
num_examples: 100
|
15 |
features:
|
16 |
- name: __key__
|
17 |
dtype: string
|
18 |
-
- name:
|
|
|
|
|
19 |
dtype: string
|
20 |
- name: txt
|
21 |
dtype: string
|
|
|
|
1 |
splits:
|
2 |
- name: train
|
3 |
+
num_bytes: 100000
|
4 |
num_examples: 100
|
5 |
features:
|
6 |
- name: __key__
|
7 |
dtype: string
|
8 |
+
- name: __url_bbox__
|
9 |
+
dtype: string
|
10 |
+
- name: __url_raw__
|
11 |
dtype: string
|
12 |
- name: txt
|
13 |
dtype: string
|
14 |
- name: validation
|
15 |
+
num_bytes: 100000
|
16 |
+
num_examples: 100
|
17 |
features:
|
18 |
- name: __key__
|
19 |
dtype: string
|
20 |
+
- name: __url_bbox__
|
21 |
+
dtype: string
|
22 |
+
- name: __url_raw__
|
23 |
dtype: string
|
24 |
- name: txt
|
25 |
dtype: string
|
26 |
+
|