Detecting Contradiction and Entailment with LSTMs and BERT
- Download data at: https://www.kaggle.com/c/contradictory-my-dear-watson/data
- Upload .csv files the
./data
folder
In order to set up BERT stuff:
pip install transformers --user
Source: https://huggingface.co/transformers/installation.html