mjbuehler commited on
Commit
c99dd0b
1 Parent(s): 29f7911

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,6 +1,11 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
4
  ---
5
 
6
  ## Inference example
@@ -20,6 +25,8 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
20
 
21
  ```
22
 
 
 
23
  #### Function to interact with the model
24
 
25
  ```
@@ -96,4 +103,4 @@ print (res)
96
 
97
  ## Fine-tuning script
98
 
99
- See [https://huggingface.co/lamm-mit/BioinspiredLlama-3-1-8B-128k-dominant-protein-SS-structure] for a Colab fine-tuning script.
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - biology
5
+ - chemistry
6
+ - biological materials
7
+ - materials science
8
+ - engineering
9
  ---
10
 
11
  ## Inference example
 
25
 
26
  ```
27
 
28
+ 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.
29
+
30
  #### Function to interact with the model
31
 
32
  ```
 
103
 
104
  ## Fine-tuning script
105
 
106
+ See (https://huggingface.co/lamm-mit/BioinspiredLlama-3-1-8B-128k-dominant-protein-SS-structure) for a Colab fine-tuning script.