Skip to content

paliwal-jatin/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •