Add bioRxiv DOI; update citation to 2026; fix org link text
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ pipeline_tag: feature-extraction
|
|
| 15 |
|
| 16 |
# mhcSFM — Peptide ↔ MHC Class I Binding Specificity Foundation Model
|
| 17 |
|
| 18 |
-
**Paper:** Vibe Coding Specificity Foundation Models · doi:
|
| 19 |
-
**All VC-SFM models:** [huggingface.co/
|
| 20 |
**Code:** [github.com/SFM-BIIE-ETHZ/Vibe-Coding-SFMs](https://github.com/SFM-BIIE-ETHZ/Vibe-Coding-SFMs)
|
| 21 |
|
| 22 |
|
|
@@ -88,12 +88,12 @@ score = F.cosine_similarity(agent_emb, target_emb, dim=-1)
|
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
```bibtex
|
| 91 |
-
@article{
|
| 92 |
title = {Vibe Coding Specificity Foundation Models},
|
| 93 |
author = {Reddy, Sai T.},
|
| 94 |
journal = {bioRxiv},
|
| 95 |
-
year = {
|
| 96 |
-
doi = {
|
| 97 |
}
|
| 98 |
```
|
| 99 |
|
|
|
|
| 15 |
|
| 16 |
# mhcSFM — Peptide ↔ MHC Class I Binding Specificity Foundation Model
|
| 17 |
|
| 18 |
+
**Paper:** Vibe Coding Specificity Foundation Models · doi: [10.64898/2026.06.04.730134](https://doi.org/10.64898/2026.06.04.730134)
|
| 19 |
+
**All VC-SFM models:** [huggingface.co/SFM-BIIE-ETHZ](https://huggingface.co/SFM-BIIE-ETHZ)
|
| 20 |
**Code:** [github.com/SFM-BIIE-ETHZ/Vibe-Coding-SFMs](https://github.com/SFM-BIIE-ETHZ/Vibe-Coding-SFMs)
|
| 21 |
|
| 22 |
|
|
|
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
```bibtex
|
| 91 |
+
@article{reddy2026vcsfm,
|
| 92 |
title = {Vibe Coding Specificity Foundation Models},
|
| 93 |
author = {Reddy, Sai T.},
|
| 94 |
journal = {bioRxiv},
|
| 95 |
+
year = {2026},
|
| 96 |
+
doi = {10.64898/2026.06.04.730134}
|
| 97 |
}
|
| 98 |
```
|
| 99 |
|