Spaces:
Running
Running
Update parse.py
Browse files
parse.py
CHANGED
@@ -11,7 +11,7 @@ if not HF_TOKEN:
|
|
11 |
raise ValueError("HF_TOKEN environment variable not set. Please set it in Hugging Face Space Settings under Secrets.")
|
12 |
|
13 |
# Model configuration
|
14 |
-
MODEL_NAME = "
|
15 |
|
16 |
# Initialize model and tokenizer
|
17 |
try:
|
|
|
11 |
raise ValueError("HF_TOKEN environment variable not set. Please set it in Hugging Face Space Settings under Secrets.")
|
12 |
|
13 |
# Model configuration
|
14 |
+
MODEL_NAME = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
15 |
|
16 |
# Initialize model and tokenizer
|
17 |
try:
|