2023aa05079 commited on
Commit
50cbb28
·
verified ·
1 Parent(s): 49eb389

Updated to Qwen/Qwen2.5-0.5B

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from huggingface_hub import login
20
 
21
 
22
  # Load the model and tokenizer
23
- model_name = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
24
 
25
  # Initialize classifier once for input guardrail
26
  classifier = pipeline("zero-shot-classification",
 
20
 
21
 
22
  # Load the model and tokenizer
23
+ model_name = "Qwen/Qwen2.5-0.5B"
24
 
25
  # Initialize classifier once for input guardrail
26
  classifier = pipeline("zero-shot-classification",