File size: 1,129 Bytes
9bd12a9 3b908b2 d62e643 3b908b2 d62e643 3b908b2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
dataset_info:
features:
- name: SAMPLE_KEY_mol
dtype: string
- name: SAMPLE_KEY_img
dtype: string
- name: SMILES
dtype: string
- name: mol_embedding_reduced
sequence: float64
- name: img_embedding_reduced
sequence: float64
- name: mol_embedding
sequence: float32
- name: img_embedding
sequence: float32
- name: image
dtype: image
- name: distance
dtype: float64
- name: index
dtype: int64
- name: smiles_image
dtype: image
splits:
- name: train
num_bytes: 975216313.25
num_examples: 30403
download_size: 1002070493
dataset_size: 975216313.25
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
This is a mirror to the example dataset for the "CLOOME: a new search engine unlocks bioimaging databases for queries with chemical structures" paper by Sanchez-Fernandez et al.
Paper: https://www.biorxiv.org/content/10.1101/2022.11.17.516915v1
Code: https://github.com/ml-jku/cloome
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63dd29ffaf221a78fa4ec8d1/8U4ADEzD3Ee3aH_4_QQkN.png)
|