Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 334 Bytes

File metadata and controls

12 lines (10 loc) · 334 Bytes

Sentiment Classfication on IMDB Dataset

Supervised sentiment classification using fine-tuned BERT with PyTorch

Transformers package is from huggingface

Contents

  • create_token.py
  • prepare_for_bert.py
  • prepre_for_bert_result.py
  • dataloader.py
  • load_bert.py
  • fine_tune_bert.py