Created by: Hollyqui
Currently the crf.py file includes the import "from torchcrf import..." which should be "from TorchCRF import..." and leads to errors when trying to load (at least) the ner_ontonotes_bert model for NER. The specific error thrown is "modulenotfounderror: No module named 'torchcrf'" despite installing the torchcrf module.