Skip to content

Binary classification of disaster tweets by using low resource text classification techniques

License

Notifications You must be signed in to change notification settings

uzaygokay/kaggle-disaster-tweet-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kaggle-disaster-tweet-classification

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

Project Organization

├── 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

About

Binary classification of disaster tweets by using low resource text classification techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages