PyQuarX commited on
Commit
a9ab18d
·
verified ·
1 Parent(s): f9baadd

Update parse.py

Browse files
Files changed (1) hide show
  1. parse.py +1 -1
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 = "meta-llama/Llama-4-Maverick-17B-128E-Instruct" # Lightweight model; replace with e.g., mistralai/Mixtral-8x7B-Instruct-v0.1 for paid Spaces with GPU
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: