Clean Baseline code

#13
by deleted - opened
deleted

I created a super clean baseline code from scratch using Pytorch which can be used as a starting point for participants. It was able to achieve a final score of 1.1163 using the log loss metric, which put me in position 9 on the leaderboard.

I hope that this baseline code will be helpful for the participants of this competition and that it will encourage more people to join the competition and share their solutions.

If you are interested in learning more about my approach and results, I have created a video on my youtube channel, you can watch it here: https://www.youtube.com/watch?v=0Tvq0jvxNIc&t=402s.

I also make the code public on Kaggle:
Train code: https://www.kaggle.com/code/tauilabdelilah/baseline-aiornot
Inference code: https://www.kaggle.com/code/tauilabdelilah/inference-aiornot/notebook

I would like to thank the Hugging Face team and @abhishek for organizing the competition and for giving me the opportunity to contribute to it.

Sign up or log in to comment