rahul7star commited on
Commit
0bc8034
·
verified ·
1 Parent(s): fa0edac

Update app_qwen.py

Browse files
Files changed (1) hide show
  1. app_qwen.py +1 -1
app_qwen.py CHANGED
@@ -14,7 +14,7 @@ from transformers import (
14
  # ---------------------------
15
  # Configuration
16
  # ---------------------------
17
- MODEL_ID = "Qwen/Qwen2.5-3B-Instruct"
18
 
19
  ROOT_DIR = "."
20
  ALLOWED_EXT = (".txt", ".md")
 
14
  # ---------------------------
15
  # Configuration
16
  # ---------------------------
17
+ MODEL_ID = "Qwen/Qwen2.5-0.5B-Instruct"
18
 
19
  ROOT_DIR = "."
20
  ALLOWED_EXT = (".txt", ".md")