bainskarman commited on
Commit
98e580b
·
verified ·
1 Parent(s): a4a6e29

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +2 -2
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 = 1500
13
- temperature = 0.1
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