/kaggle-disaster-tweet-competition

Participating to a Kaggle competition without coding any Machine Learning

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

kaggle-disaster-tweet-competition

Participating to a Kaggle competition without coding any Machine Learning


Installation

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