Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ This model was created based on [facebook/esm2_t33_650M_UR50D](https://huggingfa
|
|
| 11 |
### Model Sources
|
| 12 |
<!-- Provide the basic links for the model. -->
|
| 13 |
- **Repository:** https://github.com/sagawatatsuya/PLTNUM
|
| 14 |
-
- **Paper:**
|
| 15 |
- **Demo:** https://huggingface.co/spaces/sagawa/PLTNUM
|
| 16 |
|
| 17 |
## Uses
|
|
@@ -85,5 +85,7 @@ print(sigmoid(model(input))) # tensor([[0.9674]], grad_fn=<SigmoidBackward0>)
|
|
| 85 |
```
|
| 86 |
|
| 87 |
## Citation
|
| 88 |
-
|
|
|
|
|
|
|
| 89 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
|
| 11 |
### Model Sources
|
| 12 |
<!-- Provide the basic links for the model. -->
|
| 13 |
- **Repository:** https://github.com/sagawatatsuya/PLTNUM
|
| 14 |
+
- **Paper:** [Prediction of Protein Half-lives from Amino Acid Sequences by Protein Language Models](https://www.biorxiv.org/content/10.1101/2024.09.10.612367v1)
|
| 15 |
- **Demo:** https://huggingface.co/spaces/sagawa/PLTNUM
|
| 16 |
|
| 17 |
## Uses
|
|
|
|
| 85 |
```
|
| 86 |
|
| 87 |
## Citation
|
| 88 |
+
Prediction of Protein Half-lives from Amino Acid Sequences by Protein Language Models
|
| 89 |
+
Tatsuya Sagawa, Eisuke Kanao, Kosuke Ogata, Koshi Imami, Yasushi Ishihama
|
| 90 |
+
bioRxiv 2024.09.10.612367; doi: https://doi.org/10.1101/2024.09.10.612367
|
| 91 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|