Hi i was trying to submit my model for evaluation using upload model and then going to manually submit the model but it stated to contact the organizer for submission also i was trying to submit model via hugging face but on the third step whenever i tried pressing next it wouldnt let me submit
would like some help regarding this
regards
sameer kamani
Dear Sameer,
I am sorry, we have been changing a few things and are in the midst of making sure everything works.
Can you tell us which task you are working on?
Hi yeah so my team is working on touche , Advertisement in Retrieval-Augmented Generation 2025 ,was trying to submit subtask 2 model we trained on the data using upload models but that wasnt working for me.
Hi Sameer,
thank you for reaching out.
Have you tried adding your model as a code submission? This requires you to create a small wrapper script around your model and prepare a Dockerfile. You can use the MiniLM baseline as an example: touche-code/clef25/advertisement-detection/subtask-2-classification/minilm-baseline at main · touche-webis-de/touche-code · GitHub
Once you have verified that your setup works using the commands mentioned under “Development” in the baseline README, you can make your submission. This can be done via TIRA
If you click on “New Submission”, you should select “I want to submit from my local machine” and follow the instructions to authenticate your TIRA client and make the submission. We have also included an example submission command in the baseline README.
Please let me know if this approach works for you or whether you encounter any issues.
Dear Sameer,
The model submission tab is intended for use-cases where the models are too big to be uploaded within a docker image, so that one can mount them read-only into docker images.
If you have a “small” model that fits into a docker image, the description of Sebastian with the code-submission would be the best way to go. If you want to include a huge model that is not on hugging face, would you have a way to make them accessible to us?
And if you have problems with the code-submissions, please do not hesitate to contact us, we can help with finalizing this (my github handle is mam10eks if you want to invite me to a repo to help with that).
Thanks in advance and best regards,
Maik
(ps.: I will modify the UI so that it is more clear that the model upload is only intended for huge models.)