Luigi commited on
Commit
0d642b7
·
1 Parent(s): 34cf84a

Add SmolLM2-135M TaiwanChat

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -22,6 +22,10 @@ cancel_event = threading.Event()
22
  # Torch-Compatible Model Definitions with Adjusted Descriptions
23
  # ------------------------------
24
  MODELS = {
 
 
 
 
25
  "Gemma-3-4B-IT": {
26
  "repo_id": "unsloth/gemma-3-4b-it",
27
  "description": "Gemma-3-4B-IT"
 
22
  # Torch-Compatible Model Definitions with Adjusted Descriptions
23
  # ------------------------------
24
  MODELS = {
25
+ "Gemma-3-4B-IT": {
26
+ "repo_id": "unsloth/gemma-3-4b-it",
27
+ "description": "Gemma-3-4B-IT"
28
+ },
29
  "Gemma-3-4B-IT": {
30
  "repo_id": "unsloth/gemma-3-4b-it",
31
  "description": "Gemma-3-4B-IT"