CCockrum commited on
Commit
47e51a0
·
verified ·
1 Parent(s): 273cacd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.2",
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