To evaluate a custom model you can use our open-source code. If a model is in the huggingface transformers format (saved either localy or on the hub), it can be simply added by adding a config file. The model can then be evaluated as any other model. To do so, follow the instructions in the README.md file.
If you want, your model can be to the Stick To Your Role! Leaderboard, as an unofficial submission. A separate list of models containing both official and unofficial submissions will be created. The procedure is as follows:
`Leaderboard/results/stability_leaderboard/<your_model_name>/chunk_0_<timestamp>/results.json`
"unofficial_model/<your_model_name>"
.
The pull request should ideally only add the config file in `./models/leaderboard_configs`
.
If additional changes are needed, they should ideally be constrained to a new model class (see huggingfacemodel.py for reference).