File size: 1,273 Bytes
48224a6 6dac741 f2e2aa5 b5cc21e | 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 49 50 51 52 53 54 55 56 57 58 59 60 61 | ---
dataset_info:
features:
- name: pdf
dtype: string
- name: doi
dtype: string
- name: doi_sourse
dtype: string
- name: supplementary
dtype: int64
- name: title
dtype: string
- name: publisher
dtype: string
- name: year
dtype: int64
- name: access
dtype: int64
- name: compound_id
dtype: string
- name: compound_name
dtype: string
- name: SMILES
dtype: string
- name: SMILES_type
dtype: string
- name: metal
dtype: string
- name: target
dtype: string
- name: page_smiles
dtype: int64
- name: origin_smiles
dtype: string
- name: page_metal
dtype: int64
- name: origin_metal
dtype: string
- name: page_target_value
dtype: float64
- name: origin_target_value
dtype: string
splits:
- name: train
num_bytes: 329995
num_examples: 907
download_size: 41019
dataset_size: 329995
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: mit
---
Information about the dataset is detailed in the documentation:
https://ai-chem.github.io/ChemX/overview/datasets_description.html
You can find the Croissant file in our GitHub repository:
https://github.com/ai-chem/ChemX/tree/main/datasets/croissants |