Datasets:
Create dataset.yaml
Browse files- dataset.yaml +25 -0
dataset.yaml
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|