Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from transformers import pipeline
|
|
11 |
# Load Two Models
|
12 |
light_chat_model = pipeline(
|
13 |
"text-generation",
|
14 |
-
model="mistralai/Mistral-7B-Instruct-v0.
|
15 |
revision="refs/pr/23", # Use latest stable revision if needed
|
16 |
use_auth_token="HUGGINGFACE_TOKEN",
|
17 |
max_length=256
|
|
|
11 |
# Load Two Models
|
12 |
light_chat_model = pipeline(
|
13 |
"text-generation",
|
14 |
+
model="mistralai/Mistral-7B-Instruct-v0.3",
|
15 |
revision="refs/pr/23", # Use latest stable revision if needed
|
16 |
use_auth_token="HUGGINGFACE_TOKEN",
|
17 |
max_length=256
|