Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
---
|
5 |
-
license: apache-2.0
|
6 |
-
---
|
7 |
# ProteinForceGPT: Generative strategies for modeling, design and analysis of protein mechanics
|
8 |
|
9 |
|
@@ -51,6 +48,8 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
51 |
model.config.use_cache = False
|
52 |
```
|
53 |
|
|
|
|
|
54 |
Sample inference using the "Sequence<...>" task, where here, the model will simply autocomplete the sequence starting with "AIIAA":
|
55 |
|
56 |
```python
|
@@ -113,6 +112,7 @@ To cite this work:
|
|
113 |
|
114 |
The dataset used to fine-tune the model is available at:
|
115 |
|
|
|
116 |
@article{GhafarollahiBuehler_2024,
|
117 |
title = {ForceGen: End-to-end de novo protein generation based on nonlinear mechanical unfolding responses using a protein language diffusion model},
|
118 |
author = {B. Ni, D.L. Kaplan, M.J. Buehler},
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
4 |
# ProteinForceGPT: Generative strategies for modeling, design and analysis of protein mechanics
|
5 |
|
6 |
|
|
|
48 |
model.config.use_cache = False
|
49 |
```
|
50 |
|
51 |
+
### Inference
|
52 |
+
|
53 |
Sample inference using the "Sequence<...>" task, where here, the model will simply autocomplete the sequence starting with "AIIAA":
|
54 |
|
55 |
```python
|
|
|
112 |
|
113 |
The dataset used to fine-tune the model is available at:
|
114 |
|
115 |
+
```
|
116 |
@article{GhafarollahiBuehler_2024,
|
117 |
title = {ForceGen: End-to-end de novo protein generation based on nonlinear mechanical unfolding responses using a protein language diffusion model},
|
118 |
author = {B. Ni, D.L. Kaplan, M.J. Buehler},
|