Datasets:
Jiaxin commited on
Upload dataset
Browse files- README.md +43 -2
- data/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,11 +1,52 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- image-to-text
|
| 5 |
tags:
|
| 6 |
- chemistry
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Towards Reliable Optical Chemical Structure Recognition: Better Metrics, Better Data and Better Reconstruction
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
size_categories:
|
| 4 |
+
- 100M<n<1B
|
| 5 |
task_categories:
|
| 6 |
- image-to-text
|
| 7 |
tags:
|
| 8 |
- chemistry
|
| 9 |
+
dataset_info:
|
| 10 |
+
features:
|
| 11 |
+
- name: file_path
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: smiles
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: coords
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: edges
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: num_atoms
|
| 20 |
+
dtype: int64
|
| 21 |
+
- name: coords_bbox
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: has_sgroup
|
| 24 |
+
dtype: bool
|
| 25 |
+
- name: charges
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: isotopes
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: year
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: batch_id
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: file_id
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: symbols
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: raw_coords
|
| 38 |
+
dtype: string
|
| 39 |
+
splits:
|
| 40 |
+
- name: test
|
| 41 |
+
num_bytes: 4261715
|
| 42 |
+
num_examples: 1325
|
| 43 |
+
download_size: 1743048
|
| 44 |
+
dataset_size: 4261715
|
| 45 |
+
configs:
|
| 46 |
+
- config_name: default
|
| 47 |
+
data_files:
|
| 48 |
+
- split: test
|
| 49 |
+
path: data/test-*
|
| 50 |
---
|
| 51 |
|
| 52 |
# Towards Reliable Optical Chemical Structure Recognition: Better Metrics, Better Data and Better Reconstruction
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c5192dff1b8fa1d0907ac45f7791bdf5e98b14855f44536819922ba70417442
|
| 3 |
+
size 1743048
|