Skip to content
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages