add subset: class2image
Browse files- README.md +32 -0
- class2image/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
config_name: class2image
|
| 5 |
+
features:
|
| 6 |
+
- name: pair_id
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: subset
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: category
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: image_name
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: input_relpath
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: output_relpath
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: recognized_text
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: input_image
|
| 21 |
+
dtype: image
|
| 22 |
+
- name: output_image
|
| 23 |
+
dtype: image
|
| 24 |
+
splits:
|
| 25 |
+
- name: train
|
| 26 |
+
num_bytes: 40402985
|
| 27 |
+
num_examples: 100
|
| 28 |
+
download_size: 40414187
|
| 29 |
+
dataset_size: 40402985
|
| 30 |
+
configs:
|
| 31 |
+
- config_name: class2image
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: class2image/train-*
|
| 35 |
---
|
class2image/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0ec51b9d4fb11d82c6424fc3c0512a9a8510ceac9ccc735aec81717fc307dd4
|
| 3 |
+
size 40414187
|