Commit History

fix: update EvalResult to handle NaN values in accuracy checks
962327e
Running

yangzhitao commited on

fix: handle missing metric values in EvalResult by replacing None with NaN
19c12f7

yangzhitao commited on

fix: normalize model titles in MetaToml and update full_model retrieval in EvalResult
f84dfbe

yangzhitao commited on

feat: add tabs control envs
13edd99

yangzhitao commited on

fix: update benchmark retrieval to return a list instead of sorted
d24be6a

yangzhitao commited on

fix: correct mean accuracy calculation in EvalResult class by removing percentage conversion
844a1b9

yangzhitao commited on

feat: update benchmark loading to include the "disabled" field
85504af

yangzhitao commited on

fix: ensure short_description shorter than 60
95ba4ab

yangzhitao commited on

docs: update README for EASI Leaderboard
2c1d263

yangzhitao commited on

feat: enhance leaderboard functionality and refactor app structure; update token handling and project metadata; update environment settings
c85dcc4

yangzhitao commited on

feat: refactor schemas and routes for community submission and file upload
d1fd905

yangzhitao commited on

feat: enhance backend status indicator and refactor app structure
ae66b87

yangzhitao commited on

fix: update health check URL to use dynamic backend port from settings
fa763b7

yangzhitao commited on

chore: update requirements.txt to include FastAPI, Loguru, and Uvicorn dependencies
12e4e22

yangzhitao commited on

feat: update FastAPI configuration to use settings for host and port
bd30e41

yangzhitao commited on

feat: add backend health status indicator and update functionality
0b237ab

yangzhitao commited on

feat: integrate FastAPI backend and health check functionality
b4929ca

yangzhitao commited on

reformat
12947f9

yangzhitao commited on

feat: search model in submit tab
fbc528a

linzhengyu commited on

remove leaderboard, replace by gradio components
c768dfc

linzhengyu commited on

feat: list benchmarks in different tabs
2576caa

linzhengyu commited on

add hub/ to .gitignore
e20b429

linzhengyu commited on

chore: update requirements.txt to add new dependencies
3621f64

yangzhitao commited on

refactor: clean up debug print statement in leaderboard initialization
1076b42

yangzhitao commited on

refactor: enhance leaderboard functionality and improve code structure
d66a6a3

yangzhitao commited on

chores: update configurations
60906bd

yangzhitao commited on

refactor: add environment configuration and refactor settings management
fe8ec74

yangzhitao commited on

fix: correct CSS paths parameter in Gradio Blocks initialization
df06dc3

yangzhitao commited on

refactor: update CSS handling and improve project structure
d809564

yangzhitao commited on

fix: handle UTC import for Python versions below 3.11
a491f87

yangzhitao commited on

chore: update ruff configuration and improve code readability
69c1753

yangzhitao commited on

refactor: downgrade python to 3.10
6383948

yangzhitao commited on

chore: update pre-commit configuration to use ruff for linting and formatting
94fbb79

yangzhitao commited on

chore: update .gitignore and add cspell configuration for custom words
0f18584

yangzhitao commited on

refactor: format codes with ruff
3165936

yangzhitao commited on

chores: update project configuration files about code linting, formatting and dependencies
482874e

yangzhitao commited on

Update README.md
047a453
verified

clefourrier HF Staff commited on

Update README.md
2b848e2
verified

clefourrier HF Staff commited on

gradio_leaderboard==0.0.13 (#15)
d81956b

hysts HF Staff commited on

Apply CSS to the model name column (#14)
fc32710

clefourrier HF Staff t0-0 commited on

os.isfile --> os.path.isfile (#12)
abf5a88

clefourrier HF Staff meg HF Staff commited on

Minimal edit for directory structure assumption. (#11)
1e9865f

clefourrier HF Staff meg HF Staff commited on

Update src/display/utils.py
f867bb5

clefourrier HF Staff commited on

Update src/envs.py
30da67d

clefourrier HF Staff commited on

added leaderboard component to simplify main script
4103566

Clémentine commited on

Update requirements.txt
af33c63

clefourrier HF Staff commited on

Update README.md
5475b91

clefourrier HF Staff commited on

Update app.py
e928261

clefourrier HF Staff commited on

doc
5fe3b95

Clémentine commited on