IBM / zshot

Zero and Few shot named entity & relationships recognition
https://ibm.github.io/zshot
MIT License
350 stars 20 forks source link

Fix RuntimeError in ZSBert #61

Closed marmg closed 1 year ago

marmg commented 1 year ago
Status Type ⚠️ Core Change Issue
Ready Bug No #59

Problem

With transformers>=4.31.0 ZSBert raised a RuntimeError while loading the state dict

Solution

Add strict=False to load_state_dict