Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 711 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 711 Bytes

CornBERT

An implementation of the CornBERT model

Installation

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.