-
Notifications
You must be signed in to change notification settings - Fork 38
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
Using GPT as shown in the paper #10
Comments
Oh I found it here. Turns out the choices are: 'bert-large-uncased', 'bert-large-cased', 'bert-base-uncased', 'bert-base-cased', 'gpt2', 'gpt2-medium', 'gpt2-large', 'gpt2-xl' |
I attempted to run it with the gpt2-xl parameters, however I got the following error: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Also tried running it with just gpt2-large, same error and empty output file |
got this error too |
I am interested in using GPT as the main model as BERT is not performing too well.
Has it been implemented? Otherwise I am ready to implement it myself. Please let me know
The text was updated successfully, but these errors were encountered: