Luigi commited on
Commit
423dc1a
·
1 Parent(s): 38fcc03

Add original SmolLM2 135M Instruct for comparaison

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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"