"# IntrepretingSeq2Seq"
This is an interpretability study of the model found at https://github.com/kamalkraj/BERT-NER using Captum library. A high level overview of what to expect is present in the "Interpreting BERT based Seq2Seq.pdf"
- create an environment with environment.yml using conda env create --file environment.yml
and activate the environment - Download pretrained model from https://github.com/kamalkraj/BERT-NER
- You can then run and play with NER_Model_Interpret.ipynb after updating model path in 4th cell