reactiongraph commited on
Commit
acee5fa
Β·
verified Β·
1 Parent(s): ef60062

Create README.md

Browse files

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

Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - reactiongraph/ReactionGraph
5
+ pipeline_tag: graph-ml
6
+ ---