Spaces:
Running
Running
Update arena_config.py
Browse files- 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 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
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 |
]
|
|