Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +2 -2
arena_config.py
CHANGED
@@ -77,7 +77,7 @@ APPROVED_MODELS = [
|
|
77 |
("tulu3:8b-q4_K_M", "Tulu 3 (8B, 4-bit)"),
|
78 |
("exaone3.5:7.8b-instruct-q4_K_M", "EXAONE 3.5 (7.8B, 4-bit)"),
|
79 |
("exaone3.5:2.4b-instruct-q8_0", "EXAONE 3.5 (2.4B, 8-bit)"),
|
80 |
-
("hf.co/Aashraf995/Homer-v1.0-Qwen2.5-7B-Q4_K_M-GGUF", "Homer v1.0 Qwen 2.5 (7B, 4-bit)")
|
81 |
("falcon3:10b-instruct-q4_K_M", "Falcon 3 (10B, 4-bit)"),
|
82 |
("falcon3:7b-instruct-q4_K_M", "Falcon 3 (7B, 4-bit)"),
|
83 |
("falcon3:3b-instruct-q8_0", "Falcon 3 (3B, 8-bit)"),
|
@@ -85,7 +85,7 @@ APPROVED_MODELS = [
|
|
85 |
("granite3.1-moe:3b-instruct-q8_0", "Granite 3.1 MoE (3B, 8-bit)"),
|
86 |
("granite3.1-moe:1b-instruct-q8_0", "Granite 3.1 MoE (1B, 8-bit)"),
|
87 |
("granite3.1-dense:8b-instruct-q4_K_M", "Granite 3.1 Dense (8B, 4-bit)"),
|
88 |
-
("granite3.1-dense:2b-instruct-q8_0", "Granite 3.1 Dense (3B, 8-bit)")
|
89 |
]
|
90 |
|
91 |
# Example prompts
|
|
|
77 |
("tulu3:8b-q4_K_M", "Tulu 3 (8B, 4-bit)"),
|
78 |
("exaone3.5:7.8b-instruct-q4_K_M", "EXAONE 3.5 (7.8B, 4-bit)"),
|
79 |
("exaone3.5:2.4b-instruct-q8_0", "EXAONE 3.5 (2.4B, 8-bit)"),
|
80 |
+
("hf.co/Aashraf995/Homer-v1.0-Qwen2.5-7B-Q4_K_M-GGUF", "Homer v1.0 Qwen 2.5 (7B, 4-bit)"),
|
81 |
("falcon3:10b-instruct-q4_K_M", "Falcon 3 (10B, 4-bit)"),
|
82 |
("falcon3:7b-instruct-q4_K_M", "Falcon 3 (7B, 4-bit)"),
|
83 |
("falcon3:3b-instruct-q8_0", "Falcon 3 (3B, 8-bit)"),
|
|
|
85 |
("granite3.1-moe:3b-instruct-q8_0", "Granite 3.1 MoE (3B, 8-bit)"),
|
86 |
("granite3.1-moe:1b-instruct-q8_0", "Granite 3.1 MoE (1B, 8-bit)"),
|
87 |
("granite3.1-dense:8b-instruct-q4_K_M", "Granite 3.1 Dense (8B, 4-bit)"),
|
88 |
+
("granite3.1-dense:2b-instruct-q8_0", "Granite 3.1 Dense (3B, 8-bit)"),
|
89 |
]
|
90 |
|
91 |
# Example prompts
|