-
Notifications
You must be signed in to change notification settings - Fork 335
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
To train my model means fit-tuning or retrain a model? #10
Comments
And i'm tring to train a model follow your guides, I created a json file like this:
And i put my tfrecord data in datasets/openwebtext/,change the dir in inputs.py When I started to train the model, If anyone got the idea, please help me. |
Looks like same today, i'm using google colaboratory. |
Currently this repo is a bit of a mess and finetuning is not as userfriendly as I'd like it to be. I hope to improve things at some point but currently things are messy and you'll have to tweak a lot of code by hand. The bug you posted is strange, I've never seen it before. Given what I can read from it, I'd guess it means either the CPU is too slow or you run out of RAM. |
Thank you very much! |
Sorry, i have question about how to perform fit-tuning in your pre-trained PrettyBig model, because i want to generate some texts related to my dataset.
Thank you very much :)
The text was updated successfully, but these errors were encountered: