The dataset used for this project consisted of a link of the article ,the actual headline and a label(0/1) whether it is sarcastic or not.It comes under binary classification.
Using this dataset,I was able to create a model with an accuracy of 93% on training data and about 84% on testing data.This being a binary classification problem ,The confusion matrix and a classification report can be viewed along with the code in the same repository.