Spaces:
Sleeping
Sleeping
Update model.py
Browse files
model.py
CHANGED
@@ -9,8 +9,8 @@ logger = logging.getLogger(__name__)
|
|
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 =
|
13 |
-
temperature = 0.
|
14 |
top_p = 0.6
|
15 |
|
16 |
# Function to query the Hugging Face API
|
|
|
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 = 100
|
13 |
+
temperature = 0.4
|
14 |
top_p = 0.6
|
15 |
|
16 |
# Function to query the Hugging Face API
|