k-mktr commited on
Commit
6eaadf7
Β·
verified Β·
1 Parent(s): d045d79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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 `leaderboard.json`. This file is automatically updated after each battle.
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
+ [![Sponsor](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](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