Reddy-BIIE-ETHZ commited on
Commit
2b9c089
·
verified ·
1 Parent(s): ae02737

Add bioRxiv DOI; update citation to 2026; fix org link text

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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: TBD · [bioRxiv — link added at submission]
19
- **All VC-SFM models:** [huggingface.co/Reddy-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,12 +88,12 @@ score = F.cosine_similarity(agent_emb, target_emb, dim=-1)
88
  ## Citation
89
 
90
  ```bibtex
91
- @article{reddy2025vcsfm,
92
  title = {Vibe Coding Specificity Foundation Models},
93
  author = {Reddy, Sai T.},
94
  journal = {bioRxiv},
95
- year = {2025},
96
- doi = {TBD}
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