Luigi commited on
Commit
88a6a62
·
1 Parent(s): 89372fa

default to gemma-3-4b

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -22,6 +22,10 @@ cancel_event = threading.Event()
22
  # Torch-Compatible Model Definitions with Adjusted Descriptions
23
  # ------------------------------
24
  MODELS = {
 
 
 
 
25
  "Llama-3.2-Taiwan-3B-Instruct": {
26
  "repo_id": "lianghsun/Llama-3.2-Taiwan-3B-Instruct",
27
  "description": "Llama-3.2-Taiwan-3B-Instruct"
@@ -38,10 +42,7 @@ MODELS = {
38
  "repo_id": "Qwen/Qwen2.5-7B-Instruct",
39
  "description": "Qwen2.5-7B-Instruct"
40
  },
41
- "Gemma-3-4B-IT": {
42
- "repo_id": "unsloth/gemma-3-4b-it",
43
- "description": "Gemma-3-4B-IT"
44
- },
45
  "Phi-4-mini-Instruct": {
46
  "repo_id": "unsloth/Phi-4-mini-instruct",
47
  "description": "Phi-4-mini-Instruct"
 
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
  "Llama-3.2-Taiwan-3B-Instruct": {
30
  "repo_id": "lianghsun/Llama-3.2-Taiwan-3B-Instruct",
31
  "description": "Llama-3.2-Taiwan-3B-Instruct"
 
42
  "repo_id": "Qwen/Qwen2.5-7B-Instruct",
43
  "description": "Qwen2.5-7B-Instruct"
44
  },
45
+
 
 
 
46
  "Phi-4-mini-Instruct": {
47
  "repo_id": "unsloth/Phi-4-mini-instruct",
48
  "description": "Phi-4-mini-Instruct"