speakleash/polish_medical_leaderboard
9
Polish Medical Leaderboard
Static HTML leaderboard for Polish Board Certification Examinations (PES).
Update the Space page
- Refresh local results / requests (e.g.
git clone git@hf.co:datasets/speakleash/open_pl_llm_leaderboard_results eval-results). - Rebuild
index.html:
python scripts/generate_static_leaderboard.py \
--results-path ./eval-results \
--requests-path ./eval-queue- Commit and push
index.html(and optionallyleaderboard.csv) to this Space.
Local preview
python -m http.server 8000Then open http://localhost:8000.
Legacy Gradio app
app.py is the previous Gradio Space entrypoint. It is no longer used by this Space (sdk: static).
