Spaces:
Sleeping
Sleeping
Update model.py
Browse files
model.py
CHANGED
@@ -8,7 +8,7 @@ logger = logging.getLogger(__name__)
|
|
8 |
|
9 |
# Pre-configured settings (no user input)
|
10 |
system_message = "You are an ATS Score analyzer. Provide clear and constructive feedback to improve the ATS score."
|
11 |
-
selected_model = "deepseek-ai/DeepSeek-R1" # Example model
|
12 |
max_tokens = 1500
|
13 |
temperature = 0.1
|
14 |
top_p = 0.6
|
|
|
8 |
|
9 |
# Pre-configured settings (no user input)
|
10 |
system_message = "You are an ATS Score analyzer. Provide clear and constructive feedback to improve the ATS score."
|
11 |
+
selected_model = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" # Example model
|
12 |
max_tokens = 1500
|
13 |
temperature = 0.1
|
14 |
top_p = 0.6
|