IMISLab commited on
Commit
f70db31
·
verified ·
1 Parent(s): d4d7f6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -58,11 +58,7 @@ For information regarding the model training, validation and evaluation, as well
58
  Use the following code to run the model locally or you can host the model using [vLLM]('https://vllm.ai/').
59
 
60
  ```python
61
- from transformers import (
62
- AutoTokenizer,
63
- Mistral3ForConditionalGeneration,
64
- set_seed
65
- )
66
 
67
  # Set the model path, device and a random seed for reproducibility.
68
  model_path = 'IMISLab/Maistros-8B-Instruct'
 
58
  Use the following code to run the model locally or you can host the model using [vLLM]('https://vllm.ai/').
59
 
60
  ```python
61
+ from transformers import AutoTokenizer, Mistral3ForConditionalGeneration, set_seed
 
 
 
 
62
 
63
  # Set the model path, device and a random seed for reproducibility.
64
  model_path = 'IMISLab/Maistros-8B-Instruct'