Spaces:
Running
Running
File size: 733 Bytes
aada8de d19e46b aada8de d19e46b 9087f3e aada8de d19e46b 5afc098 d19e46b 1b082a9 9daaf0d 1b082a9 d19e46b 5afc098 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: TabArena
emoji: 🥇
colorFrom: green
colorTo: indigo
sdk: gradio
app_file: app.py
pinned: true
license: apache-2.0
short_description: 'TabArena'
sdk_version: 4.44.0
---
## How to use
Run the following to run the leaderboard, artificial data will be generated.
```bash
git clone https://huggingface.co/spaces/Tabrepo/TabArena-WIP
cd TabArena-WIP
# gradio only works with 3.10
uv sync --python 3.10
PYTHONPATH=. uv run python src/generate_dummy_data.py
# OR download data from tabrepo in ~/Downloads and then do
# PYTHONPATH=. uv run python src/convert_tabrepo_data.py
PYTHONPATH=. uv run python app.py
```
The instructions use `uv` if you are still using conda or other consider switching to improve your life :-)
|