Update app.py
Browse files
app.py
CHANGED
|
@@ -32,6 +32,10 @@ AVAILABLE_MODELS = {
|
|
| 32 |
"id": "llaa33219/BokantLM0.1-135M-SmolLM2-135M-LoRA-claude-3.7-sonnet",
|
| 33 |
"base_model_id": "HuggingFaceTB/SmolLM2-135M"
|
| 34 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
# --- You can add more models here ---
|
| 36 |
# Example of another base model:
|
| 37 |
# "Another Base Model (e.g., Ko-LLaMA)": {
|
|
|
|
| 32 |
"id": "llaa33219/BokantLM0.1-135M-SmolLM2-135M-LoRA-claude-3.7-sonnet",
|
| 33 |
"base_model_id": "HuggingFaceTB/SmolLM2-135M"
|
| 34 |
},
|
| 35 |
+
"test1: {
|
| 36 |
+
"type": "base",
|
| 37 |
+
"id": "llaa33219/SmolLM2-360M-Instruct-Ko",
|
| 38 |
+
},
|
| 39 |
# --- You can add more models here ---
|
| 40 |
# Example of another base model:
|
| 41 |
# "Another Base Model (e.g., Ko-LLaMA)": {
|