Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 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,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 |
```
|