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
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
@StellaAthena how should i generate very long text, I see the same error above for 5k, 4k and 3k. The text generation worked only for max_length=2000 or less.
Side question: is english the only supported language?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I'm trying to generate a long text just to play with the library on colab with TPU runtime (or without)
To Reproduce
Steps to reproduce the behavior:
pip install transformers
from transformers import pipeline
generator = pipeline('text-generation', model='EleutherAI/gpt-neo-1.3B')
I get this error after very long time
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: