gitabtion / SoftMaskedBert-PyTorch

🙈 An unofficial implementation of SoftMaskedBert based on huggingface/transformers.
MIT License
93 stars 17 forks source link

Checkpoint #9

Closed Tisa-0 closed 3 years ago

Tisa-0 commented 3 years ago

你好,那个checkpoint下面只有pytorch_model.bin吗,不要其他json文件吗?可是bin文件打开乱码

gitabtion commented 3 years ago

只需要该文件即可,正常打开是乱码,可使用torch.load加载为python对象。