Add bioRxiv DOI
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ pipeline_tag: feature-extraction
|
|
| 16 |
|
| 17 |
# dtSFM-v3 — Drug–Target Specificity Foundation Model (production encoder + generative decoder)
|
| 18 |
|
| 19 |
-
**Paper:** *A drug–target specificity foundation model for off-target prediction, repurposing, and generative design* · doi:
|
| 20 |
-
**Code:** [github.com/
|
| 21 |
**All SFM models:** [huggingface.co/SFM-BIIE-ETHZ](https://huggingface.co/SFM-BIIE-ETHZ)
|
| 22 |
|
| 23 |
> This is the **production dtSFM** (v3): a full-scale cross-attention encoder paired with a
|
|
@@ -81,7 +81,7 @@ dec = CALMDecoderV3.from_pretrained(
|
|
| 81 |
smiles = dec.generate(target_sequence="MTEYKLVVVGAGG...", n=100, temperature=0.8)
|
| 82 |
```
|
| 83 |
|
| 84 |
-
Install the codebase from [github.com/
|
| 85 |
(`conda env create -f environment.yml`).
|
| 86 |
|
| 87 |
---
|
|
@@ -103,7 +103,7 @@ Binder gate: iPTM ≥ 0.7 AND interface-PAE ≤ 5 Å. Anchor-grade gate: iPTM
|
|
| 103 |
author = {Reddy, Sai T.},
|
| 104 |
journal = {bioRxiv},
|
| 105 |
year = {2026},
|
| 106 |
-
doi = {
|
| 107 |
}
|
| 108 |
```
|
| 109 |
|
|
|
|
| 16 |
|
| 17 |
# dtSFM-v3 — Drug–Target Specificity Foundation Model (production encoder + generative decoder)
|
| 18 |
|
| 19 |
+
**Paper:** *A drug–target specificity foundation model for off-target prediction, repurposing, and generative design* · doi: 10.64898/2026.06.08.730844
|
| 20 |
+
**Code:** [github.com/Reddy-BIIE-ETHZ/dtSFM](https://github.com/Reddy-BIIE-ETHZ/dtSFM)
|
| 21 |
**All SFM models:** [huggingface.co/SFM-BIIE-ETHZ](https://huggingface.co/SFM-BIIE-ETHZ)
|
| 22 |
|
| 23 |
> This is the **production dtSFM** (v3): a full-scale cross-attention encoder paired with a
|
|
|
|
| 81 |
smiles = dec.generate(target_sequence="MTEYKLVVVGAGG...", n=100, temperature=0.8)
|
| 82 |
```
|
| 83 |
|
| 84 |
+
Install the codebase from [github.com/Reddy-BIIE-ETHZ/dtSFM](https://github.com/Reddy-BIIE-ETHZ/dtSFM)
|
| 85 |
(`conda env create -f environment.yml`).
|
| 86 |
|
| 87 |
---
|
|
|
|
| 103 |
author = {Reddy, Sai T.},
|
| 104 |
journal = {bioRxiv},
|
| 105 |
year = {2026},
|
| 106 |
+
doi = {10.64898/2026.06.08.730844}
|
| 107 |
}
|
| 108 |
```
|
| 109 |
|