JayalekshmiGopakumar
commited on
Commit
•
ecfb21d
1
Parent(s):
21f271a
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,10 +2,12 @@
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
-
- split: train
|
6 |
-
path: data/train-*
|
7 |
- split: test
|
8 |
path: data/test-*
|
|
|
|
|
|
|
|
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: image
|
@@ -23,14 +25,17 @@ dataset_info:
|
|
23 |
- name: ground_truth
|
24 |
dtype: string
|
25 |
splits:
|
26 |
-
- name: train
|
27 |
-
num_bytes: 17414179.2
|
28 |
-
num_examples: 48
|
29 |
- name: test
|
30 |
-
num_bytes:
|
31 |
num_examples: 12
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
# Dataset Card for "DocLayexp1"
|
36 |
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
|
|
|
|
5 |
- split: test
|
6 |
path: data/test-*
|
7 |
+
- split: train
|
8 |
+
path: data/train-*
|
9 |
+
- split: validation
|
10 |
+
path: data/validation-*
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: image
|
|
|
25 |
- name: ground_truth
|
26 |
dtype: string
|
27 |
splits:
|
|
|
|
|
|
|
28 |
- name: test
|
29 |
+
num_bytes: 3240643.0
|
30 |
num_examples: 12
|
31 |
+
- name: train
|
32 |
+
num_bytes: 16492390.0
|
33 |
+
num_examples: 43
|
34 |
+
- name: validation
|
35 |
+
num_bytes: 1929905.3125
|
36 |
+
num_examples: 5
|
37 |
+
download_size: 21721061
|
38 |
+
dataset_size: 21662938.3125
|
39 |
---
|
40 |
# Dataset Card for "DocLayexp1"
|
41 |
|