-
Notifications
You must be signed in to change notification settings - Fork 208
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
how to pretrain a ctrl model from scratch ? #29
Comments
The |
How are these two files(codes && control_codes.txt) generated? |
For |
Is it feasible to train a CTRL model from scratch on Colab with free TPU? If not, how many TPUs would be required for how much money? |
On a large amount of data, I don't think that would work. We trained on 256 cores of the Cloud TPU v3 Pod. You should be able to train on slightly smaller slices with a commensurate increase in training time as well. Regd. pricing, I think the best resource would be Google's official sheet. |
We wanna pretrain a ctrl model from scratch, could you provide some implementation details?
What is the format of the training sample and can the training process be finished with script training.py ?
The text was updated successfully, but these errors were encountered: