Closed Josephrp closed 9 months ago
could you please share a bit more. what kind of competition it is? what do you want the user to submit and how you evaluate? or share the competition link? :)
hey I'm a big fan + already made my first two competitions , keeping them long running , but not yet resolved on the competitions page ;-)
thank you! ill try my best to help you fix the issue you are facing!
yes, sorry with all my appologies :
and the screenshot of the incongruence between the config and user input : specifically, the SUBMISSION_COLUMNS dont match the user inputs.
here the model card is not getting refreshed (yet):
how are you evaluating the submissions? i dont see anything in the public leaderboard :) can you make a sample submission? or are you not able to make a submission at all?
here the model card is not getting refreshed (yet):
That part is still manual. We can add the competitions there once it starts working :)
so submissions actually fine at least they show up in the dataset
for the script competition we'll evaluate it ... not sure yet, but there should be a time requirement and problem set. with an public benchmark and analogous private benchmark. basically. the topic is math olympics, so probably all past math olympics are the public dataset (i have to make it still, i suppose) , i also want to share some elements lifted from GAIR/MathPile . For the Monarch32K competitition , it's a bit more straightforward, i would like to folks to submit their models and datasets they used, we'll simply use those datasets to test them for the precision and analogous but private datasets for the competition leaderboard.
how does the leaderboard actually work, there's maybe a set solutions csv , and all submissions should be evaluated against that?
This issue is stale because it has been open for 15 days with no activity.
This issue was closed because it has been inactive for 2 days since being marked as stale.
the bigger problem is that the solution.csv is not commensurate with the user inputs.
so for example if my solution.csv is:
the user input in the submissions popup remains two descriptive fields.
to get around that painlessly the competition host might want to simply descrive the inputs required, which he can already do btw.
however experience with public facing applications that require user inputs tells us that every screen should have a reminder especially the last screen if multiple pieces of information a required.
hope this helps + good first issue !
Some thoughts how to resolve it in the context of the other and related open issue :
some kinda
auto-gen-multi-parser
that creates the gradio code for the compentition host inside competitions/create .hey I'm a big fan + already made my first two competitions , keeping them long running , but not yet resolved on the competitions page ;-)