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 HF中国镜像站 UI | |
```bash | |
python app.py | |
``` | |
## Update leaderboard | |
```bash | |
cd arena_elo && bash update_elo_rating.sh | |
``` | |