AttributeError on Google Colab example

#12
by Fruit7uice - opened

When trying to run the provided python notebook in Colab from "Use this model" I am met with the error:
AttributeError: 'OuroConfig' object has no attribute 'pad_token_id'.

When trying to use the pipeline helper and loading the model directly, the error occurs.
Is there old code somewhere maybe?
Or maybe I have used it incorrectly.

Sign up or log in to comment