Update MIXTRAL_Fine-Tuning.py
Browse files- MIXTRAL_Fine-Tuning.py +1 -1
MIXTRAL_Fine-Tuning.py
CHANGED
@@ -44,7 +44,7 @@ from peft import PeftModel, prepare_model_for_kbit_training, LoraConfig
|
|
44 |
os.environ['HF_TOKEN'] = 'XXXX'
|
45 |
|
46 |
# Name of the model you want to load
|
47 |
-
model_id = "mistralai/
|
48 |
|
49 |
try:
|
50 |
# Attempt to load the tokenizer
|
|
|
44 |
os.environ['HF_TOKEN'] = 'XXXX'
|
45 |
|
46 |
# Name of the model you want to load
|
47 |
+
model_id = "mistralai/Mistral-7B-Instruct-v0.1"
|
48 |
|
49 |
try:
|
50 |
# Attempt to load the tokenizer
|