Spaces:
Running
Running
| title: IDEA Bench Arena | |
| emoji: ๐ | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: gradio | |
| sdk_version: 5.9.1 | |
| app_file: app.py | |
| pinned: false | |
| license: cc-by-4.0 | |
| short_description: Official arena of IDEA-Bench. | |
| ## Installation | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| ## Start Hugging Face UI | |
| ```bash | |
| python app.py | |
| ``` | |
| ## Update leaderboard | |
| ```bash | |
| cd arena_elo && bash update_elo_rating.sh | |
| ``` | |