This repo contains low resource text classification techniques with the aim of the classification disaster tweets.
The data comes from the kaggle competition.
To reach the data checkout following link : https://www.kaggle.com/competitions/nlp-getting-started
├── README.md <- The top-level README for developers using this project.
│
├── src <- Source code for use in this project.
│ │
│ ├── data <- Scripts to preprocess the data
│ │ └── data_prep.py
│ │
│ ├── models <- Low resource text classification methods (BERT as baseline)
│ │ │
│ │ ├── bert
│ │ └── gan-bert
│
└── LICENSE <- License file.
Project based on the cookiecutter data science project template. #cookiecutterdatascience