Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,12 @@ short_description: 'Compact LLM Battle Arena: Frugal AI Face-Off!'
|
|
15 |
|
16 |
Welcome to the GPU-Poor LLM Gladiator Arena, where frugal meets fabulous in the world of AI! This project pits compact language models (maxing out at 14B parameters) against each other in a battle of wits and words.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## π€ Starting from "Why?"
|
19 |
|
20 |
In the recent months, we've seen a lot of these "Tiny" models released, and some of them are really impressive.
|
@@ -90,7 +96,7 @@ You can customize the arena by modifying the `arena_config.py` file:
|
|
90 |
|
91 |
## π Leaderboard
|
92 |
|
93 |
-
The leaderboard data is stored in
|
94 |
|
95 |
### Main Leaderboard Scoring System
|
96 |
|
@@ -160,6 +166,7 @@ The project uses:
|
|
160 |
- OpenAI-compatible API interface for model interactions
|
161 |
- Background thread for periodic model list updates
|
162 |
- ELO rating system with size-based adjustments
|
|
|
163 |
|
164 |
## π€ Contributing
|
165 |
|
|
|
15 |
|
16 |
Welcome to the GPU-Poor LLM Gladiator Arena, where frugal meets fabulous in the world of AI! This project pits compact language models (maxing out at 14B parameters) against each other in a battle of wits and words.
|
17 |
|
18 |
+
What started as a simple experiment has grown into a comprehensive platform for evaluating compact language models. As the arena continues to expand with more models, features, and battles, it requires significant computational resources to maintain and improve. If you find this project valuable and would like to support its development, consider sponsoring:
|
19 |
+
|
20 |
+
[](https://github.com/sponsors/k-mktr)
|
21 |
+
|
22 |
+
Your support helps ensure the arena remains accessible and continues to evolve, making it easier for everyone to explore and compare these fascinating compact language models.
|
23 |
+
|
24 |
## π€ Starting from "Why?"
|
25 |
|
26 |
In the recent months, we've seen a lot of these "Tiny" models released, and some of them are really impressive.
|
|
|
96 |
|
97 |
## π Leaderboard
|
98 |
|
99 |
+
The leaderboard data is stored in Nextcloud and automatically backed up every 12 hours.
|
100 |
|
101 |
### Main Leaderboard Scoring System
|
102 |
|
|
|
166 |
- OpenAI-compatible API interface for model interactions
|
167 |
- Background thread for periodic model list updates
|
168 |
- ELO rating system with size-based adjustments
|
169 |
+
- Automatic backups every 12 hours
|
170 |
|
171 |
## π€ Contributing
|
172 |
|