pytorch_pretrained_BERT
pytorch_pretrained_BERT copied to clipboard
Always download
hi ,nice work When i use this package, BertModel.from_pretrained('bert-base-uncased'), it's always download when program restart, Can I just download it once?
@carry-xz may be you could replace bert-base-uncased with the download path ~/.pytorch_pretrained_bert/
You could refer https://github.com/Meelfy/pytorch_pretrained_BERT#loading-google-ais-pre-trained-weigths-and-pytorch-dump.