demo-leaderboard-backend/leaderboard
Update README.md
Update README.md
gradio_leaderboard==0.0.13 (#15)
Apply CSS to the model name column (#14)
os.isfile --> os.path.isfile (#12)
Minimal edit for directory structure assumption. (#11)
Fix typo (#7)
Update src/display/utils.py
Update src/envs.py
added leaderboard component to simplify main script
Update requirements.txt
Update README.md
Update app.py
doc
more info README
simplified the template
CPU, TOKEN, env variables (#4)
Update app.py
Update src/submission/check_validity.py
removed last restart
simplified calls
made token a requirement
test
Update requirements.txt
fix
removed quantization to simplify
now with a functionning backend
update read
fixs
fix
updated leaderboard
Simplified leaderboard v0
adding pull back
simplified some parts of the code + updated requirements
Added check on tokenizer to prevent submissions which won't run
Update benchmark count and fix typo (`inetuning->finetuning`) (#395)
Update README.md
make faster thanks to no concurrency limit
fix order of request file vs request file list, to avoid resubmitting issues
cache
update for caching
simplify launcher + remove dataframe warning on boolean columns
add model architecture as column
Simplify About
Try concurrency management
up sdk
fix
Refactor 2 - added plotting back
fix value error in param size
Fix requirements for mistral models - to change once transformers gets updated.
