Spaces:
Running
Running
Added more models
Browse files- arena_config.py +6 -0
arena_config.py
CHANGED
@@ -69,6 +69,12 @@ APPROVED_MODELS = [
|
|
69 |
("hf.co/bartowski/Llama-3.1-Hawkish-8B-GGUF:Q4_K_M", "Llama 3.1 Hawkish (8B, 4-bit)"),
|
70 |
("hf.co/bartowski/Humanish-LLama3-8B-Instruct-GGUF:Q4_K_M", "Humanish Llama 3 (8B, 4-bit)"),
|
71 |
("hf.co/bartowski/Nemotron-Mini-4B-Instruct-GGUF:Q4_K_M", "Nemotron Mini (4B, 4-bit)"),
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
]
|
73 |
|
74 |
# Example prompts
|
|
|
69 |
("hf.co/bartowski/Llama-3.1-Hawkish-8B-GGUF:Q4_K_M", "Llama 3.1 Hawkish (8B, 4-bit)"),
|
70 |
("hf.co/bartowski/Humanish-LLama3-8B-Instruct-GGUF:Q4_K_M", "Humanish Llama 3 (8B, 4-bit)"),
|
71 |
("hf.co/bartowski/Nemotron-Mini-4B-Instruct-GGUF:Q4_K_M", "Nemotron Mini (4B, 4-bit)"),
|
72 |
+
("hf.co/bartowski/Teuken-7B-instruct-research-v0.4-GGUF:Q4_K_M", "Teuken (7B, 4-bit)"),
|
73 |
+
("hf.co/bartowski/Llama-3.1-SauerkrautLM-8b-Instruct-GGUF:Q4_K_M", "Llama 3.1 Sauerkraut (8B, 4-bit)"),
|
74 |
+
("hf.co/bartowski/Llama-3.1-SuperNova-Lite-GGUF:Q4_K_M", "Llama 3.1 SuperNova Lite (8B, 4-bit)"),
|
75 |
+
("hf.co/bartowski/EuroLLM-9B-Instruct-GGUF:Q4_K_M", "EuroLLM (9B, 4-bit)"),
|
76 |
+
("hf.co/bartowski/INTELLECT-1-Instruct-GGUF:Q4_K_M", "Intellect-1 (10B, 4-bit)"),
|
77 |
+
("hf.co/bartowski/deepthought-8b-llama-v0.01-alpha-GGUF:Q4_K_M", "DeepThought (8B, 4-bit)")
|
78 |
]
|
79 |
|
80 |
# Example prompts
|