Hi all,
I was waiting for the leadboard to become stable before sharing my notebooks (https://github.com/AMR-KELEG/projects-portfolio/tree/master/%5BZINDI%5DTo%20Vaccinate%20or%20Not%20to%20Vaccinate).
I have fine-tuned BERT large model using the huggingface transformers package and developed all my models using Google Colab.
My top tips for this competition/ general tips are:
e.g: If the probabilities of the labels (-1, 0, 1) are (0.6, 0.3, 0.1), then the model's prediction will be -0.6 + 0.1 = -0.5
Generally, deep learning models use Softmax layers for classification problems which generate such probabilities as their output.
It would be a pity if you can't get the perfect results that you have achieved on one of your runs.
Thanks for sharing