Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error initializing aitextgen in fine-tuning notebook (model download issue?) #90

Open
mesotron opened this issue Feb 12, 2021 · 1 comment

Comments

@mesotron
Copy link

Running the fine-tuning notebook in Colab, initialization fails:

image

While this is my first time trying aitextgen, I discovered it when searching for possible solutions to an issue I experienced for the first time in gpt-2-simple today, where models no longer seem to download properly. Perhaps whatever storage the models get pulled from is having issues?

@minimaxir
Copy link
Owner

Looks like OpenAI now took it down from Google, as predicted in #75

That will require its own fix, but in the meantime you can work around that by replacing the text in that cell with:

ai = aitextgen(model_name="gpt2", to_gpu=True)

I'll make that change as a short-gap solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants