ArushBuilds commited on
Commit
6ddf598
·
verified ·
1 Parent(s): dd033ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -32,7 +32,7 @@ is_fallback = True
32
  model = None
33
  tokenizer = None
34
 
35
- MODEL_ID = "WeiboAI/VibeThinker-3B"
36
 
37
  if device == "cuda" or force_load:
38
  try:
@@ -224,10 +224,10 @@ def get_mock_response(message: str) -> tuple[str, str]:
224
  "4. Conclude with a helpful, inviting sign-off."
225
  )
226
  body = (
227
- "Hello! I am **VibeThinker-3B**, a small language model optimized for deep, verifiable reasoning in math, coding, and STEM.\n\n"
228
  "To answer your request, here is a summary of how I operate:\n\n"
229
  "### 1. Model Capabilities\n"
230
- "- **Architecture:** Finetuned on top of Qwen2.5-Coder-3B using a curriculum-based SFT pipeline and Reinforcement Learning (MGPO).\n"
231
  "- **Reasoning Process:** I generate intermediate thoughts inside `<think>...</think>` tags to verify my hypotheses and correct mistakes before showing the final result.\n\n"
232
  "### 2. Suggested Prompts\n"
233
  "- **Math:** Ask me complex algebra, probability, or number theory questions.\n"
 
32
  model = None
33
  tokenizer = None
34
 
35
+ MODEL_ID = "KyleHessling1/Qwopus3.6-27B-Fusion-GGUF:Q4_K_M"
36
 
37
  if device == "cuda" or force_load:
38
  try:
 
224
  "4. Conclude with a helpful, inviting sign-off."
225
  )
226
  body = (
227
+ "Hello! I am Qwopus, a small language model optimized for deep, verifiable reasoning in math, coding, and STEM.\n\n"
228
  "To answer your request, here is a summary of how I operate:\n\n"
229
  "### 1. Model Capabilities\n"
230
+ "- **Architecture:** Finetuned on top of Qwen3.5-27B using a curriculum-based SFT pipeline and Reinforcement Learning (MGPO).\n"
231
  "- **Reasoning Process:** I generate intermediate thoughts inside `<think>...</think>` tags to verify my hypotheses and correct mistakes before showing the final result.\n\n"
232
  "### 2. Suggested Prompts\n"
233
  "- **Math:** Ask me complex algebra, probability, or number theory questions.\n"