Sharing code or notebooks

#1
by HessTaha - opened

Hello,

I saw your [bert base finetuned] submission and I was just curious about how did you achieve such impressive performances.
Could you share your method / notebook for learning purpose?

thank you in advance,

Sure! https://huggingface.co./spaces/Nonnormalizable/frugal-ai-submission/blob/main/Finetune%20BERT.ipynb

The 95% number is because the org provides the FULL dataset, including the test data we're evaluated on. So if you don't exclude that yourself, you'll overtrain and get a deceptively good number. I've since added the train_test_split, and now get about 71%

Thank you for sharing !

Sign up or log in to comment