File size: 302 Bytes
8758c09
 
 
 
 
 
1
2
3
4
5
6
7
# BERT pretrained checkpoints
* The BERT pertained checkpoints. They can be found at [Google Drive](https://drive.google.com/open?id=1cv9dfYN_dF8GyILFbON6IUB-iU3nsNLp).
* The BERT codes and checkpoints inherit from hugginface's BERT implementation. 
```
https://github.com/huggingface/transformers
```