Spaces:
Running
Running
Add original SmolLM2 135M Instruct for comparaison
Browse files
app.py
CHANGED
|
@@ -30,6 +30,10 @@ MODELS = {
|
|
| 30 |
"repo_id": "Luigi/SmolLM2-135M-Instruct-TaiwanChat",
|
| 31 |
"description": "SmolLM2‑135M Instruct fine-tuned on the TaiwanChat"
|
| 32 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"Llama-3.2-Taiwan-3B-Instruct": {
|
| 34 |
"repo_id": "lianghsun/Llama-3.2-Taiwan-3B-Instruct",
|
| 35 |
"description": "Llama-3.2-Taiwan-3B-Instruct"
|
|
|
|
| 30 |
"repo_id": "Luigi/SmolLM2-135M-Instruct-TaiwanChat",
|
| 31 |
"description": "SmolLM2‑135M Instruct fine-tuned on the TaiwanChat"
|
| 32 |
},
|
| 33 |
+
"SmolLM2-135M-Instruct": {
|
| 34 |
+
"repo_id": "HuggingFaceTB/SmolLM2-135M-Instruct",
|
| 35 |
+
"description": "Original SmolLM2‑135M Instruct"
|
| 36 |
+
},
|
| 37 |
"Llama-3.2-Taiwan-3B-Instruct": {
|
| 38 |
"repo_id": "lianghsun/Llama-3.2-Taiwan-3B-Instruct",
|
| 39 |
"description": "Llama-3.2-Taiwan-3B-Instruct"
|