File size: 494 Bytes
acee5fa 5f00a20 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
license: apache-2.0
datasets:
- reactiongraph/ReactionGraph
pipeline_tag: graph-ml
---
## Reaction Graph Checkpoints
Place the contents of this folder under the `checkpoints` folder.
Here is an example of the directory structure:
```
Reaction-Graph/
├── analysts
├── checkpoints/
│ └── reaction_graph/
│ ├── hte
│ ├── uspto_condition
│ ├── uspto_tpl
│ └── uspto_yield
├── dataloaders
└── ......
```
|