Update README.md
Browse files
README.md
CHANGED
@@ -71,4 +71,22 @@ The following hyperparameters were used during training:
|
|
71 |
| 0.1324 | 250000 | 0.9473 | 0.1268 |
|
72 |
| 0.1257 | 275000 | 0.9483 | 0.1244 |
|
73 |
| 0.1266 | 300000 | 0.9491 | 0.1216 |
|
74 |
-
| 0.1301 | 325000 | 0.9497 | 0.1204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
| 0.1324 | 250000 | 0.9473 | 0.1268 |
|
72 |
| 0.1257 | 275000 | 0.9483 | 0.1244 |
|
73 |
| 0.1266 | 300000 | 0.9491 | 0.1216 |
|
74 |
+
| 0.1301 | 325000 | 0.9497 | 0.1204 |
|
75 |
+
|
76 |
+
|
77 |
+
## Citation
|
78 |
+
|
79 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
80 |
+
```
|
81 |
+
@article{Sagawa2025,
|
82 |
+
title = {ReactionT5: a pre-trained transformer model for accurate chemical reaction prediction with limited data},
|
83 |
+
author = {Sagawa, Tatsuya and Kojima, Ryosuke},
|
84 |
+
journal = {Journal of Cheminformatics},
|
85 |
+
year = {2025},
|
86 |
+
volume = {17},
|
87 |
+
number = {1},
|
88 |
+
pages = {126},
|
89 |
+
doi = {10.1186/s13321-025-01075-4},
|
90 |
+
url = {https://doi.org/10.1186/s13321-025-01075-4}
|
91 |
+
}
|
92 |
+
```
|