Update README.md
Browse files
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 |
+
```
|