Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,8 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
28 |
|
29 |
```
|
30 |
|
|
|
|
|
31 |
#### Function to interact with the model
|
32 |
|
33 |
```
|
|
|
28 |
|
29 |
```
|
30 |
|
31 |
+
Check https://huggingface.co/lamm-mit/BioinspiredLlama-3-1-8B-128k-dominant-protein-SS-structure for further examples use of the model for protein structural features prediction, including a fine-tuning script.
|
32 |
+
|
33 |
#### Function to interact with the model
|
34 |
|
35 |
```
|