Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
3 |
import torch
|
4 |
import spaces
|
5 |
# Define the model path
|
6 |
-
model_path = "mrcuddle/Ministral-Instruct-2410-8B-DPO-
|
7 |
|
8 |
# Load the tokenizer and model
|
9 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
|
|
3 |
import torch
|
4 |
import spaces
|
5 |
# Define the model path
|
6 |
+
model_path = "mrcuddle/Ministral-Instruct-2410-8B-DPO-RP"
|
7 |
|
8 |
# Load the tokenizer and model
|
9 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|