Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 483 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 483 Bytes

colbert-humor-detection

  • BERT_for_Humor_detection.ipynb notebook contains the pytorch implementation of the paper ColBERT: Using BERT Sentence Embedding for Humor Detection.
  • GPT2_for_Humor_detection.ipynb notebook contains implementation of fine tuning GPT2 for humor detection.
  • Humor_Detection_Baselines.ipynb notebook contains the pytorch implementation of some baselines (SVM, Decision Tree and Bayes) for humor detection.