File size: 477 Bytes
256e17b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- chemistry
---

## 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
└── ......

```