We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I was able to find the s3 bucket locations of the pretrained GPT2 models here: https://github.com/huggingface/transformers/blob/master/transformers/modeling_gpt2.py (provided by HuggingFace).
To make this work, just download gpt2-xl model instead:
curl --output gpt2-pytorch_model.bin https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-xl-pytorch_model.bin
Sorry, something went wrong.
@jasonzhou1 I only get gibberish output with the XL model, worse than the small version. Have you actually had any luck with it?
Update: also tried the other models linked to in the script you referenced, also without luck.
@jasonzhou1 I only get gibberish output with the XL model, worse than the small version. Have you actually had any luck with it? Before you try gpt-2-ml model,some parameters in gpt-2-Pytorch/GPT2/config.py should be modified , like n-heads=25 , n_embd=1600 , n_layer=25, or you can see details here https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-xl-config.json
Before you try gpt-2-ml model,some parameters in gpt-2-Pytorch/GPT2/config.py should be modified , like n-heads=25 , n_embd=1600 , n_layer=25, or you can see details here https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-xl-config.json
No branches or pull requests
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: