Update app.py
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ except ImportError:
|
|
19 |
# 'base_model_id': for LoRA adapters, specifies which base model to use.
|
20 |
|
21 |
AVAILABLE_MODELS = {
|
22 |
-
"BokantLM0.1-0.
|
23 |
"type": "base",
|
24 |
-
"id": "llaa33219/BokantLM0.1-0.
|
25 |
},
|
26 |
"Entrystory-Qwen2.5-3b-Instruct": {
|
27 |
"type": "lora",
|
|
|
19 |
# 'base_model_id': for LoRA adapters, specifies which base model to use.
|
20 |
|
21 |
AVAILABLE_MODELS = {
|
22 |
+
"BokantLM0.1-0.5B": {
|
23 |
"type": "base",
|
24 |
+
"id": "llaa33219/BokantLM0.1-0.5B",
|
25 |
},
|
26 |
"Entrystory-Qwen2.5-3b-Instruct": {
|
27 |
"type": "lora",
|