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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -3,4 +3,20 @@ license: apache-2.0
3
  datasets:
4
  - reactiongraph/ReactionGraph
5
  pipeline_tag: graph-ml
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  datasets:
4
  - reactiongraph/ReactionGraph
5
  pipeline_tag: graph-ml
6
+ ---
7
+ ## Reaction Graph Checkpoints
8
+ Place the contents of this folder under the `checkpoints` folder.
9
+
10
+ Here is an example of the directory structure:
11
+ ```
12
+ Reaction-Graph/
13
+ β”œβ”€β”€ analysts
14
+ β”œβ”€β”€ checkpoints/
15
+ β”‚ └── reaction_graph/
16
+ β”‚ β”œβ”€β”€ hte
17
+ β”‚ β”œβ”€β”€ uspto_condition
18
+ β”‚ β”œβ”€β”€ uspto_tpl
19
+ β”‚ └── uspto_yield
20
+ β”œβ”€β”€ dataloaders
21
+ └── ......
22
+ ```