ishan-25 commited on
Commit
0de6213
Β·
verified Β·
1 Parent(s): 092590b

Trying Qwen/Qwen2.5-14B-Instruct model to test performance

Browse files
Files changed (1) hide show
  1. config.py +3 -4
config.py CHANGED
@@ -1,8 +1,7 @@
1
- # ── LLM Backend ──────────────────────────────────────────────────────────────
2
- # ── LLM Backend ──────────────────────────────────────────────────────────────
3
- #─────────────────────────────────────────────────────────
4
  # Set to a globally maintained, high-throughput serverless instruction model
5
- HF_MODEL = "Qwen/Qwen2.5-7B-Instruct"
 
 
6
 
7
  # ── Persistence ──────────────────────────────────────────────────────────────
8
  # Session is runtime-only. History JSON is written per-session and read for PDF.
 
 
 
 
1
  # Set to a globally maintained, high-throughput serverless instruction model
2
+ # ── LLM Backend ──────────────────────────────────────────────────────────────
3
+ # Set to the high-availability 14B Qwen cluster for context-aware grading
4
+ HF_MODEL = "Qwen/Qwen2.5-14B-Instruct"
5
 
6
  # ── Persistence ──────────────────────────────────────────────────────────────
7
  # Session is runtime-only. History JSON is written per-session and read for PDF.