license: apache-2.0 | |
<!-- | |
Results files should have the following format: | |
``` | |
{ | |
"config": { | |
"model_dtype": "torch.float16", # or torch.bfloat16 or 8bit or 4bit | |
"model_name": "path of the model on the hub: org/model", | |
"model_sha": "revision on the hub", | |
}, | |
"results": { | |
"task_name": { | |
"metric_name": score, | |
}, | |
"task_name2": { | |
"metric_name": score, | |
} | |
} | |
} | |
``` | |
Request files are created automatically by this tool. | |
--> | |