Spaces:
Sleeping
Sleeping
update
Browse files- model_cards/article.md +10 -6
- requirements.txt +2 -1
model_cards/article.md
CHANGED
@@ -57,12 +57,16 @@ N.A.
|
|
57 |
Model card prototype inspired by [Mitchell et al. (2019)](https://dl.acm.org/doi/abs/10.1145/3287560.3287596?casa_token=XD4eHiE2cRUAAAAA:NL11gMa1hGPOUKTAbtXnbVQBDBbjxwcjGECF_i-WC_3g1aBgU1Hbz_f2b4kI_m1in-w__1ztGeHnwHs)
|
58 |
|
59 |
## Citation
|
60 |
-
|
61 |
```bib
|
62 |
-
@article{
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
67 |
}
|
68 |
```
|
|
|
57 |
Model card prototype inspired by [Mitchell et al. (2019)](https://dl.acm.org/doi/abs/10.1145/3287560.3287596?casa_token=XD4eHiE2cRUAAAAA:NL11gMa1hGPOUKTAbtXnbVQBDBbjxwcjGECF_i-WC_3g1aBgU1Hbz_f2b4kI_m1in-w__1ztGeHnwHs)
|
58 |
|
59 |
## Citation
|
60 |
+
Please cite:
|
61 |
```bib
|
62 |
+
@article{manica2023accelerating,
|
63 |
+
title={Accelerating material design with the generative toolkit for scientific discovery},
|
64 |
+
author={Manica, Matteo and Born, Jannis and Cadow, Joris and Christofidellis, Dimitrios and Dave, Ashish and Clarke, Dean and Teukam, Yves Gaetan Nana and Giannone, Giorgio and Hoffman, Samuel C and Buchan, Matthew and others},
|
65 |
+
journal={npj Computational Materials},
|
66 |
+
volume={9},
|
67 |
+
number={1},
|
68 |
+
pages={69},
|
69 |
+
year={2023},
|
70 |
+
publisher={Nature Publishing Group UK London}
|
71 |
}
|
72 |
```
|
requirements.txt
CHANGED
@@ -32,4 +32,5 @@ paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
|
32 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
33 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
34 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
35 |
-
h11==0.13.0
|
|
|
|
32 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
33 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
34 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
35 |
+
h11==0.13.0
|
36 |
+
pytorch-lightning==1.7.7
|