Skip to content

Implemented SOTA model for fine tuning our tweet and Reddit data for Prediction of Rumour through SDQC

Notifications You must be signed in to change notification settings

dhawal777/Transformers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transformers

This repository consists the codes for the implementation of

  • BERT
  • RoBERTa
  • XLnet for training on stance classification task on twitter data.

Setup

  • Install Anaconda or Miniconda Package Manager
  • Create a new virtual environment and install packages.
  • conda create -n transformers python pandas tqdm
  • conda activate transformers
  • conda install -c anaconda scipy
  • conda install -c anaconda scikit-learn
  • pip install transformers
  • pip install tensorboardx
  • Install simpletransformers
  • pip install simpletransformers

About

Implemented SOTA model for fine tuning our tweet and Reddit data for Prediction of Rumour through SDQC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 100.0%