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.