mjbuehler commited on
Commit
4b8fad9
1 Parent(s): 3eba84c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - biological materials
10
  - bioinspiration
11
  - machine learning
12
- - generative AI
13
  ---
14
 
15
  # BioinspiredLLM: Conversational Large Language Model for the Mechanics of Biological and Bio-Inspired Materials
@@ -25,7 +25,7 @@ model = PeftModel.from_pretrained('lamm-mit/BioinspiredLLM')
25
  tokenizer = AutoTokenizer.from_pretrained(model_name)
26
  ```
27
 
28
- Variants of the model are included, featuring various GGUF versions for use withm llama.cpp, for instance.
29
 
30
  Generate:
31
  ```
 
9
  - biological materials
10
  - bioinspiration
11
  - machine learning
12
+ - generative
13
  ---
14
 
15
  # BioinspiredLLM: Conversational Large Language Model for the Mechanics of Biological and Bio-Inspired Materials
 
25
  tokenizer = AutoTokenizer.from_pretrained(model_name)
26
  ```
27
 
28
+ Variants of the model are included, featuring various GGUF versions for use withm llama.cpp, for instance. In LM Studio, choose the "ChatML" prompt template.
29
 
30
  Generate:
31
  ```