Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ We present Meltemi-7B-Instruct-v1 Large Language Model (LLM), an instruct fine-t
|
|
30 |
The prompt format is the same as the [Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) format and can be
|
31 |
utilized through the tokenizer's [chat template](https://huggingface.co/docs/transformers/main/chat_templating) functionality as follows:
|
32 |
|
33 |
-
python
|
34 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
35 |
|
36 |
device = "cuda" # the device to load the model onto
|
|
|
30 |
The prompt format is the same as the [Zephyr](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) format and can be
|
31 |
utilized through the tokenizer's [chat template](https://huggingface.co/docs/transformers/main/chat_templating) functionality as follows:
|
32 |
|
33 |
+
```python
|
34 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
35 |
|
36 |
device = "cuda" # the device to load the model onto
|