Views
No views yet
src/env.py (replace the path for your leaderboard) and src/about.py (for tasks).1{
2 "config": {
3 "model_dtype": "torch.float16", # or torch.bfloat16 or 8bit or 4bit
4 "model_name": "path of the model on the hub: org/model",
5 "model_sha": "revision on the hub",
6 },
7 "results": {
8 "task_name": {
9 "metric_name": score,
10 },
11 "task_name2": {
12 "metric_name": score,
13 }
14 }
15}src/display/utils.pysrc/leaderboard/read_evals.py, and src/populate.pysrc/submission/submit.py and src/submission/check_validity.py