CoolFace
Apppublic

speakleash/polish_medical_leaderboard

sourceHugging Faceapache-2.0updated 2d agoView on Hugging Face
9likes
App README

Polish Medical Leaderboard

Static HTML leaderboard for Polish Board Certification Examinations (PES).

Update the Space page

  1. 1.Refresh local results / requests (e.g. git clone git@hf.co:datasets/speakleash/open_pl_llm_leaderboard_results eval-results).
  2. 2.Rebuild index.html:
bash
python scripts/generate_static_leaderboard.py \
  --results-path ./eval-results \
  --requests-path ./eval-queue
  1. 1.Commit and push index.html (and optionally leaderboard.csv) to this Space.

Local preview

bash
python -m http.server 8000

Then 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).