Participating to a Kaggle competition without coding any Machine Learning
You will need to install the 🤗 Inference API wrapper at https://github.com/huggingface/huggingface_hub
Run disaster_tweets.py with your own API token. You can get yours from Hugging Face website
Associated to the blog post at https://dev.to/ferdi05/how-i-almost-won-an-nlp-competition-without-knowing-any-machine-learning-24la
Compared to the blog post, you will notice that I have added a clean version of the datasets. I tried to obtain better results by cleaning the train, validation and test datasets (removing URL, abbrevations....), but did not achieve a better ranking 🤷 Check the cleaning script here