mjbuehler commited on
Commit
c3ed6a3
·
verified ·
1 Parent(s): 08fb764

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ```