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

Back to 7B

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,7 +1,7 @@
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.
 
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-7B-Instruct"
5
 
6
  # ── Persistence ──────────────────────────────────────────────────────────────
7
  # Session is runtime-only. History JSON is written per-session and read for PDF.