LVouk commited on
Commit
d5f4f7e
·
verified ·
1 Parent(s): 1a4892d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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