deskull commited on
Commit
c8b9944
·
verified ·
1 Parent(s): 3ac93b1

Add MolCrawl GitHub source code link to model card

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -48,10 +48,17 @@ print(f"Predicted: {result}")
48
 
49
  ```
50
 
 
 
 
 
 
 
51
  ## Training
52
 
53
  This model was trained with the RIKEN Foundation Model pipeline.
54
- For more details, please refer to the training configuration files included in this repository.
 
55
 
56
  ## License
57
 
 
48
 
49
  ```
50
 
51
+ ## Source Code
52
+
53
+ Training pipeline, configuration files, and data preparation scripts are
54
+ available in the MolCrawl GitHub repository:
55
+ [https://github.com/mmai-framework-lab/MolCrawl](https://github.com/mmai-framework-lab/MolCrawl)
56
+
57
  ## Training
58
 
59
  This model was trained with the RIKEN Foundation Model pipeline.
60
+ For more details, please refer to the training configuration files in the
61
+ [MolCrawl repository](https://github.com/mmai-framework-lab/MolCrawl).
62
 
63
  ## License
64