pytorch_pretrained_BERT icon indicating copy to clipboard operation
pytorch_pretrained_BERT copied to clipboard

Results 5 pytorch_pretrained_BERT issues
Sort by recently updated
recently updated
newest added

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

When I call from_pretrained, the code runs into this error: > File "/home/gregory.werner/.local/lib/python3.6/site-packages/pytorch_pretrained_bert/tokenization.py", line 197, in from_pretrained > tokenizer = cls(resolved_vocab_file, *inputs, **kwargs) > TypeError: __init__() got an unexpected keyword...

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?

for line 169, I faced RunTimeError 'pow not implemented for Half' training a model. For all pow functions are used under torch as torch.pow() except this one. Is there a...

Hi, I use `pytorch_pretrained_BERT/examples/python run_lm_finetuning.py` to fit the model with monolingual set of sentences. I use bert multilingual cased model. Once the model is fine-tuned, I get the loss for...