Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
ESOL-V-SMILES Dataset
Dataset Description
This dataset contains molecular data with visual representations for BACE (Beta-secretase 1) related compounds.
Features
- Question: Question related to the molecule
- Answer: Corresponding answer
- TargetMolecule: SMILES representation of the target molecule
- SampleMethod: Method used for sampling
- SampleNum: Sample number
- SampleRep: Sample repetition
- image: Generated molecular structure image from SMILES
Dataset Statistics
- Total samples: 220
- Image format: PIL Image (RGB)
- Image size: 300x300 pixels
Usage
from datasets import load_dataset
dataset = load_dataset("molvision/ESOL-V-SMILES-4")
Data Fields
Question(string): Question textAnswer(string): Answer textTargetMolecule(string): SMILES representationSampleMethod(string): Sampling methodSampleNum(int): Sample numberSampleRep(string): Sample repetitionimage(PIL.Image): Molecular structure visualization
Citation
Please cite this dataset if you use it in your research.
- Downloads last month
- 13