Closed marmg closed 1 year ago
With transformers>=4.31.0 ZSBert raised a RuntimeError while loading the state dict
transformers>=4.31.0
RuntimeError
Add strict=False to load_state_dict
strict=False
load_state_dict
Problem
With
transformers>=4.31.0
ZSBert raised aRuntimeError
while loading the state dictSolution
Add
strict=False
toload_state_dict