Datasets:
Tasks:
Image-to-Text
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
chemistry
cheminformatics
ocsr
optical-chemical-structure-recognition
molecule-recognition
smiles
License:
Upload JPO benchmark (449 samples)
Browse files- JPO/test-00000-of-00001.parquet +3 -0
- README.md +16 -2
JPO/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbc6d358f092de33842eb16ad210eba89d327d17f88afb4e78c32285ab66366d
|
| 3 |
+
size 2860264
|
README.md
CHANGED
|
@@ -36,7 +36,7 @@ configs:
|
|
| 36 |
- config_name: JPO
|
| 37 |
data_files:
|
| 38 |
- split: test
|
| 39 |
-
path: JPO/test-*
|
| 40 |
- config_name: Staker
|
| 41 |
data_files:
|
| 42 |
- split: test
|
|
@@ -58,7 +58,7 @@ configs:
|
|
| 58 |
- split: test
|
| 59 |
path: WildMol-10K/test-*.parquet
|
| 60 |
dataset_info:
|
| 61 |
-
|
| 62 |
features:
|
| 63 |
- name: image_id
|
| 64 |
dtype: string
|
|
@@ -72,6 +72,20 @@ dataset_info:
|
|
| 72 |
num_examples: 992
|
| 73 |
download_size: 3295338
|
| 74 |
dataset_size: 3308484
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
---
|
| 76 |
|
| 77 |
# OCSR Benchmarks
|
|
|
|
| 36 |
- config_name: JPO
|
| 37 |
data_files:
|
| 38 |
- split: test
|
| 39 |
+
path: JPO/test-*
|
| 40 |
- config_name: Staker
|
| 41 |
data_files:
|
| 42 |
- split: test
|
|
|
|
| 58 |
- split: test
|
| 59 |
path: WildMol-10K/test-*.parquet
|
| 60 |
dataset_info:
|
| 61 |
+
- config_name: CLEF
|
| 62 |
features:
|
| 63 |
- name: image_id
|
| 64 |
dtype: string
|
|
|
|
| 72 |
num_examples: 992
|
| 73 |
download_size: 3295338
|
| 74 |
dataset_size: 3308484
|
| 75 |
+
- config_name: JPO
|
| 76 |
+
features:
|
| 77 |
+
- name: image_id
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: image
|
| 80 |
+
dtype: image
|
| 81 |
+
- name: SMILES
|
| 82 |
+
dtype: string
|
| 83 |
+
splits:
|
| 84 |
+
- name: test
|
| 85 |
+
num_bytes: 2862246
|
| 86 |
+
num_examples: 449
|
| 87 |
+
download_size: 2860264
|
| 88 |
+
dataset_size: 2862246
|
| 89 |
---
|
| 90 |
|
| 91 |
# OCSR Benchmarks
|