oliver-aizip commited on
Commit
c0f44db
·
1 Parent(s): a837a1c
Files changed (1) hide show
  1. utils/models.py +1 -1
utils/models.py CHANGED
@@ -13,7 +13,7 @@ models = {
13
  #"Llama-3.2-1b-Instruct": "meta-llama/llama-3.2-1b-instruct",
14
  #"Llama-3.2-3b-Instruct": "meta-llama/llama-3.2-3b-instruct",
15
  "Gemma-3-1b-it": "google/gemma-3-1b-it",
16
- "Gemma-3-4b-it": "google/gemma-3-4b-it",
17
  "Gemma-2-2b-it": "google/gemma-2-2b-it",
18
  "Phi-4-mini-instruct": "microsoft/phi-4-mini-instruct",
19
  }
 
13
  #"Llama-3.2-1b-Instruct": "meta-llama/llama-3.2-1b-instruct",
14
  #"Llama-3.2-3b-Instruct": "meta-llama/llama-3.2-3b-instruct",
15
  "Gemma-3-1b-it": "google/gemma-3-1b-it",
16
+ #"Gemma-3-4b-it": "google/gemma-3-4b-it",
17
  "Gemma-2-2b-it": "google/gemma-2-2b-it",
18
  "Phi-4-mini-instruct": "microsoft/phi-4-mini-instruct",
19
  }