Question:
How to win NLP Kaggle competitions
Asked on 2021-03-10 03:29 by Rachel W.
Great video from earlier today that has Kaggle grandmasters discussing how they used Hugging Face and other tools to come in top positions in NLP competitions. Really good intro to different approaches and strategies.
Login to receive email notifications for this thread
Response #1By Lex S. on 2021-03-19 15:53Yeah, there seem to be two related approaches to building really solid NLP models quickly like this:
- Fine tune an existing model, like BERT. That's like your point, Rachel.
- Build a different corpus of articles and text to train new BERT-like embeddings.
Michelle W. on 2021-03-27 00:23:I wonder if you can combine all these BERTs to build some sort of ensemble model for the next NLP competitions on Kaggle?