Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +6 -1
arena_config.py
CHANGED
@@ -42,7 +42,12 @@ APPROVED_MODELS = [
|
|
42 |
("phi3.5:3.8b-mini-instruct-q4_0", "Phi 3.5 (3.8B, 4-bit)"),
|
43 |
("mistral:7b-instruct-v0.3-q4_0", "Mistral 0.3 (7B, 4-bit)"),
|
44 |
("hermes3:8b-llama3.1-q4_0", "Hermes 3 (8B, 4-bit)"),
|
45 |
-
("aya:8b-23-q4_0", "Aya 23 (8B, 4-bit)")
|
|
|
|
|
|
|
|
|
|
|
46 |
]
|
47 |
|
48 |
# Example prompts
|
|
|
42 |
("phi3.5:3.8b-mini-instruct-q4_0", "Phi 3.5 (3.8B, 4-bit)"),
|
43 |
("mistral:7b-instruct-v0.3-q4_0", "Mistral 0.3 (7B, 4-bit)"),
|
44 |
("hermes3:8b-llama3.1-q4_0", "Hermes 3 (8B, 4-bit)"),
|
45 |
+
("aya:8b-23-q4_0", "Aya 23 (8B, 4-bit)"),
|
46 |
+
("granite3-dense:2b-instruct-q8_0", "Granite 3 Dense (2B, 8-bit)"),
|
47 |
+
("granite3-dense:8b-instruct-q4_K_M", "Granite 3 Dense (8B, 4-bit)"),
|
48 |
+
("granite3-moe:1b-instruct-q8_0", "Granite 3 MoE (1B, 8-bit)"),
|
49 |
+
("granite3-moe:3b-instruct-q4_K_M" "Granite 3 MoE (3B, 4-bit)")
|
50 |
+
|
51 |
]
|
52 |
|
53 |
# Example prompts
|