TabArena-WIP / README.md
geoalgo's picture
add data from tabrepo
9daaf0d

A newer version of the Gradio SDK is available: 5.29.0

Upgrade
metadata
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.

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 :-)