Luigi commited on
Commit
494af84
·
verified ·
1 Parent(s): 8fb4e5c

Update src/utils.py

Browse files
Files changed (1) hide show
  1. src/utils.py +2 -2
src/utils.py CHANGED
@@ -1,7 +1,7 @@
1
  # utils.py
2
  import opencc
3
 
4
- model_names = [
5
  "tiny English":"tiny",
6
  "tiny Arabic":"tiny-ar",
7
  "tiny Chinese":"tiny-zh",
@@ -11,7 +11,7 @@ model_names = [
11
  "tiny Vietnamese":"tiny-vi",
12
  "base English":"base",
13
  "base Spanish":"base-es"
14
- ]
15
 
16
  available_gguf_llms = {
17
  "Gemma-3-1B": ("bartowski/google_gemma-3-1b-it-qat-GGUF", "google_gemma-3-1b-it-qat-Q4_0.gguf"),
 
1
  # utils.py
2
  import opencc
3
 
4
+ model_names = {
5
  "tiny English":"tiny",
6
  "tiny Arabic":"tiny-ar",
7
  "tiny Chinese":"tiny-zh",
 
11
  "tiny Vietnamese":"tiny-vi",
12
  "base English":"base",
13
  "base Spanish":"base-es"
14
+ }
15
 
16
  available_gguf_llms = {
17
  "Gemma-3-1B": ("bartowski/google_gemma-3-1b-it-qat-GGUF", "google_gemma-3-1b-it-qat-Q4_0.gguf"),