Questions tagged [sacremoses]

1 questions
1
vote
1 answer

BioGPT causal language model with unexpected error

I am trying to use a Causal Language Model from BioGPT. However, I got a strange error. Here are my steps: First, I installed transformers and sacremoses: !pip install transformers sacremoses -q Then I executed the following code: input_sequence =…