Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,9 @@ AVAILABLE_MODELS = {
|
|
23 |
"type": "base",
|
24 |
"id": "llaa33219/BokantLM0.1-0.5B",
|
25 |
},
|
26 |
-
|
27 |
-
"type": "
|
28 |
-
"id": "llaa33219/
|
29 |
-
"base_model_id": "Qwen/Qwen2.5-3B-Instruct" # This LoRA is based on the Qwen model
|
30 |
},
|
31 |
# --- You can add more models here ---
|
32 |
# Example of another base model:
|
|
|
23 |
"type": "base",
|
24 |
"id": "llaa33219/BokantLM0.1-0.5B",
|
25 |
},
|
26 |
+
"BokantLM0.1-135M-Deepseek": {
|
27 |
+
"type": "base",
|
28 |
+
"id": "llaa33219/BokantLM0.1-135M-Deepseek",
|
|
|
29 |
},
|
30 |
# --- You can add more models here ---
|
31 |
# Example of another base model:
|