jsmanrique commited on
Commit
9d7fbff
·
verified ·
1 Parent(s): efd411d

Remove Gemma3 270M and add Queen3 1.7B

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
14
  # --- Available Models ---
15
  # We will use 'instruct' or 'chat' models because they are good following orders
16
  AVAILABLE_MODELS = {
17
- "Gemma 3 270M Instruct": "google/gemma-3-270m-it",
18
- "Gemma 2 9B Instruct": "google/gemma-2-9b-it",
19
  "Llama 3 8B Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
20
  "Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
21
  "Llama 3.2 3B Instruct": "meta-llama/Llama-3.2-3B-Instruct",
 
14
  # --- Available Models ---
15
  # We will use 'instruct' or 'chat' models because they are good following orders
16
  AVAILABLE_MODELS = {
17
+ "Qwen 3 1.7B Instruct": "Qwen/Qwen3-1.7B",
18
+ "Gemma 2 9B Instruct": "google/gemma-2-9b-it",
19
  "Llama 3 8B Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
20
  "Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
21
  "Llama 3.2 3B Instruct": "meta-llama/Llama-3.2-3B-Instruct",