k-mktr commited on
Commit
289638f
1 Parent(s): 01e6032

Update arena_config.py

Browse files
Files changed (1) hide show
  1. arena_config.py +9 -0
arena_config.py CHANGED
@@ -49,6 +49,14 @@ APPROVED_MODELS = [
49
  ("granite3-moe:3b-instruct-q4_K_M", "Granite 3 MoE (3B, 4-bit)"),
50
  ("ministral-8B-instruct-2410", "Ministral (8B, 4-bit)"),
51
  ("dolphin2.9.4-llama3.1", "Dolphin 2.9.4 (8B, 4-bit)"),
 
 
 
 
 
 
 
 
52
  ]
53
 
54
  # Example prompts
@@ -108,6 +116,7 @@ example_prompts = [
108
  "Explain the concept of democracy to a hive-mind alien species.",
109
  "Design a universal translator for animal languages.",
110
  "Write a creation myth for artificial intelligence.",
 
111
  "Describe how you would teach the concept of love to a purely logical being.",
112
  "Invent a new sense beyond the traditional five and explain how it would work.",
113
  "Compose a speech for the first human colony on Mars, 100 years after settlement.",
 
49
  ("granite3-moe:3b-instruct-q4_K_M", "Granite 3 MoE (3B, 4-bit)"),
50
  ("ministral-8B-instruct-2410", "Ministral (8B, 4-bit)"),
51
  ("dolphin2.9.4-llama3.1", "Dolphin 2.9.4 (8B, 4-bit)"),
52
+ ("yi:6b-chat-v1.5-q4_0", "Yi v1.5 (6B, 4-bit)"),
53
+ ("yi:9b-chat-v1.5-q4_0", "Yi v1.5 (9B, 4-bit)"),
54
+ ("mistral-nemo:12b-instruct-2407-q4_K_M", "Mistral Nemo (12B, 4-bit)"),
55
+ ("glm4:9b-chat-q4_K_M", "GLM4 (9B, 4-bit)"),
56
+ ("internlm2:7b-chat-v2.5-q4_K_M", "InternLM2 v2.5 (7B, 4-bit)"),
57
+ ("falcon2:11b-q4_K_M", "Falcon2 (11B, 4-bit)"),
58
+ ("stablelm2:1.6b-chat-q8_0", "StableLM2 1.6B (1.6B, 8-bit)"),
59
+ ("stablelm2:12b-chat-q4_K_M", "StableLM2 12B (12B, 4-bit)"),
60
  ]
61
 
62
  # Example prompts
 
116
  "Explain the concept of democracy to a hive-mind alien species.",
117
  "Design a universal translator for animal languages.",
118
  "Write a creation myth for artificial intelligence.",
119
+ "If you could ask an LLM one question to evaluate its capabilities. What is the question, and why would you ask it?",
120
  "Describe how you would teach the concept of love to a purely logical being.",
121
  "Invent a new sense beyond the traditional five and explain how it would work.",
122
  "Compose a speech for the first human colony on Mars, 100 years after settlement.",