k-mktr commited on
Commit
6443f75
Β·
verified Β·
1 Parent(s): bd5a39e

Update arena_config.py

Browse files
Files changed (1) hide show
  1. arena_config.py +6 -1
arena_config.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  ARENA_NAME = "# πŸ† The GPU-Poor LLM Gladiator Arena πŸ†"
4
  ARENA_DESCRIPTION = """
5
  Step right up to the arena where frugal meets fabulous in the world of AI!
6
- Watch as our compact contenders (maxing out at 12B parameters) duke it out in a battle of wits and words.
7
 
8
  1. Type your prompt into the text box. Alternatively, click the "🎲" button to receive a random prompt.
9
  2. Click the "Generate Responses" button to view the models' responses.
@@ -86,6 +86,11 @@ APPROVED_MODELS = [
86
  ("granite3.1-dense:8b-instruct-q4_K_M", "Granite 3.1 Dense (8B, 4-bit)"),
87
  ("granite3.1-dense:2b-instruct-q8_0", "Granite 3.1 Dense (3B, 8-bit)"),
88
  ("hf.co/arcee-ai/Virtuoso-Small-GGUF:Q4_K_M", "Virtuoso Small (14B, 4-bit)"),
 
 
 
 
 
89
  ]
90
 
91
  # Example prompts
 
3
  ARENA_NAME = "# πŸ† The GPU-Poor LLM Gladiator Arena πŸ†"
4
  ARENA_DESCRIPTION = """
5
  Step right up to the arena where frugal meets fabulous in the world of AI!
6
+ Watch as our compact contenders (maxing out at 14B parameters) duke it out in a battle of wits and words.
7
 
8
  1. Type your prompt into the text box. Alternatively, click the "🎲" button to receive a random prompt.
9
  2. Click the "Generate Responses" button to view the models' responses.
 
86
  ("granite3.1-dense:8b-instruct-q4_K_M", "Granite 3.1 Dense (8B, 4-bit)"),
87
  ("granite3.1-dense:2b-instruct-q8_0", "Granite 3.1 Dense (3B, 8-bit)"),
88
  ("hf.co/arcee-ai/Virtuoso-Small-GGUF:Q4_K_M", "Virtuoso Small (14B, 4-bit)"),
89
+ ("hf.co/bartowski/Llama-3.1-SuperNova-8B-Lite_TIES_with_Base-GGUF:Q4_K_M", "Llama 3.1 SuperNova Lite TIES with Base (8B, 4-bit)"),
90
+ ("hf.co/akjindal53244/Llama-3.1-Storm-8B-GGUF:Q4_K_M", "Llama 3.1 Storm (8B, 4-bit)"),
91
+ ("dolphin3:8b-llama3.1-q4_K_M", "Dolphin 3 (8B, 4-bit)"),
92
+ ("smallthinker:3b-preview-q4_K_M", "SmallThinker (3B, 4-bit)"),
93
+
94
  ]
95
 
96
  # Example prompts