akhaliq HF Staff commited on
Commit
82a5d4c
·
1 Parent(s): ac157c8

add smollm3

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -68,6 +68,11 @@ AVAILABLE_MODELS = [
68
  "name": "Qwen3-235B-A22B",
69
  "id": "Qwen/Qwen3-235B-A22B",
70
  "description": "Qwen3-235B-A22B model for code generation and general tasks"
 
 
 
 
 
71
  }
72
  ]
73
 
 
68
  "name": "Qwen3-235B-A22B",
69
  "id": "Qwen/Qwen3-235B-A22B",
70
  "description": "Qwen3-235B-A22B model for code generation and general tasks"
71
+ },
72
+ {
73
+ "name": "SmolLM3-3B",
74
+ "id": "HuggingFaceTB/SmolLM3-3B",
75
+ "description": "SmolLM3-3B model for code generation and general tasks"
76
  }
77
  ]
78