You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that it is work-in-progress, but you can already use the base EntityAwareAttentionModel and the head models. It's mostly the tokenizer that needs some work.
cc'ing the original author for visibility: @ikuyamada
Environment info
transformers
version: 4.1.1Who can help
@LysandreJik I guess, because it's an
AutoTokenizer
-related issue.Information
I'm trying to use an implementation of LUKE (paper) (implementation).
The problem arises when using:
The task I am working on is:
I don't think this is relevant.
To reproduce
Steps to reproduce the behavior:
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("nielsr/luke-large")
Running gives the following error:
Expected behavior
I'm expecting no error to be thrown.
The text was updated successfully, but these errors were encountered: