Skip to content

Classification of real and not-real tweets, describing natural disasters using fine-tuned language representation models.

Notifications You must be signed in to change notification settings

jhashekhar/disaster-clf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disaster-clf

In this project I've implemented various models for training and evaluation. The models include state of art like BERT, RoBERTa etc. as well as data preprocessing pipeline.

Run

python main.py -file_path='../train.csv' -mode='train' -epochs=10 -model='xlnet' -optimizer='adamw' -bs=16

Dataset

The dataset has been taken from a Kaggle competition.

About

Classification of real and not-real tweets, describing natural disasters using fine-tuned language representation models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages