CoolFace
Datasetpublic

reactiongraph/ReactionGraph

Reaction Graph Data Place the contents of this folder under the datasets folder. Here is an example of the directory structure: Reaction-Graph/ ├── analysts ├── ...... ├── dataloaders ├── datasets/ │ ├── hte/ │ │ ├── buchwald_hartwig │ │ └── ...... │ ├── uspto_condition │ ├── uspto_tpl │ └── uspto_yield ├── encoders └── ......

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes51downloads
README.md28 linesDownload Raw Back to root
1---2tags:3- chemistry4---5 6## Reaction Graph Data7 8Place the contents of this folder under the `datasets` folder.9 10Here is an example of the directory structure:11 12```13Reaction-Graph/14├── analysts15├── ......16├── dataloaders17├── datasets/18│   ├── hte/19│   │   ├── buchwald_hartwig20│   │   └── ......21│   ├── uspto_condition22│   ├── uspto_tpl23│   └── uspto_yield24├── encoders25└── ......26 27```28