mjbuehler commited on
Commit
7e020ce
1 Parent(s): c99dd0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -6,6 +6,9 @@ tags:
6
  - biological materials
7
  - materials science
8
  - engineering
 
 
 
9
  ---
10
 
11
  ## Inference example
@@ -25,7 +28,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
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
 
 
6
  - biological materials
7
  - materials science
8
  - engineering
9
+ - materials informatics
10
+ - scientific AI
11
+ - AI4science
12
  ---
13
 
14
  ## Inference example
 
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