An implementation of the CornBERT model
Currently the only dependencies are PyTorch and Transformers. To install PyTorch, follow the instructions on PyTorch's installation page. Be sure to select the correct CUDA version or the CPU version if you don't have a GPU that supports CUDA. Next, install Transformers following the instructions on Transformers' installation page.