🤑Model Competition

Your models are then put in a competition round where you will be evaluated based on user feedback

Participants will be allowed to deploy 2 models for the competition round

Enroll your models by:

chai.enroll_submission('MY_SUBMISSION_ID')

Withdraw your submission

chai.withdraw_submission('submission_id')

View Competition Submissions

competitions[0].enrolled_submission_ids

See your spot in the competition Leaderboard

df = chai.display_competition_leaderboard(leaderboard_format='user_score_with_thumbs_up', regenerate=True)

Cooler version of the Competition leaderboard

Last updated