k-mktr commited on
Commit
7510128
โ€ข
1 Parent(s): 84f107c

Update arena_config.py

Browse files
Files changed (1) hide show
  1. arena_config.py +6 -8
arena_config.py CHANGED
@@ -4,12 +4,11 @@ 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 9B parameters) duke it out in a battle of wits and words.
7
-
8
- Why this quirky quest? We're champions of privacy and penny-pinching โ€“ shunning pricey commercial APIs
9
- and keeping our data close to our chests. Who says you need deep pockets or big tech to have big fun?
10
-
11
- Your mission, should you choose to accept it: Pit two mystery models against each other and decide
12
- which pint-sized powerhouse reigns supreme in the land of lean, language models!
13
 
14
  More info: [README.md](https://huggingface.co/spaces/k-mktr/gpu-poor-llm-arena/blob/main/README.md)
15
  """
@@ -26,7 +25,7 @@ NEXTCLOUD_URL = os.environ.get("NEXTCLOUD_URL")
26
  NEXTCLOUD_USERNAME = os.environ.get("NEXTCLOUD_USERNAME")
27
  NEXTCLOUD_PASSWORD = os.environ.get("NEXTCLOUD_PASSWORD")
28
  NEXTCLOUD_LEADERBOARD_PATH = os.environ.get("NEXTCLOUD_LEADERBOARD_PATH")
29
-
30
 
31
  # Predefined list of approved models with human-readable names
32
  APPROVED_MODELS = [
@@ -149,4 +148,3 @@ model_nicknames = [
149
  "๐Ÿฆœ Parrot Paradoxer", "๐ŸŒฎ Taco Theorist", "๐Ÿงจ Firecracker Philosopher",
150
  "๐ŸŽณ Bowling Bard", "๐Ÿง€ Cheese Chatterer", "๐Ÿฆš Peacock Ponderer"
151
  ]
152
-
 
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 9B 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.
10
+ 3. Cast your vote for the model that provided the better response. In the event of a Tie, enter a new prompt before continuing the battle.
11
+ 4. Check out the Leaderboard to see how models rank against each other.
 
12
 
13
  More info: [README.md](https://huggingface.co/spaces/k-mktr/gpu-poor-llm-arena/blob/main/README.md)
14
  """
 
25
  NEXTCLOUD_USERNAME = os.environ.get("NEXTCLOUD_USERNAME")
26
  NEXTCLOUD_PASSWORD = os.environ.get("NEXTCLOUD_PASSWORD")
27
  NEXTCLOUD_LEADERBOARD_PATH = os.environ.get("NEXTCLOUD_LEADERBOARD_PATH")
28
+ NEXTCLOUD_BACKUP_FOLDER = os.environ.get("NEXTCLOUD_BACKUP_FOLDER", "/gpu_poor_leaderboard_backups")
29
 
30
  # Predefined list of approved models with human-readable names
31
  APPROVED_MODELS = [
 
148
  "๐Ÿฆœ Parrot Paradoxer", "๐ŸŒฎ Taco Theorist", "๐Ÿงจ Firecracker Philosopher",
149
  "๐ŸŽณ Bowling Bard", "๐Ÿง€ Cheese Chatterer", "๐Ÿฆš Peacock Ponderer"
150
  ]