-
Notifications
You must be signed in to change notification settings - Fork 5
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
Training T5 #1
Comments
The file |
I got it. But if I use the default |
Sorry, I don't know about SortishSampler. It can be set True in |
I mean I want to train with max_token, not with batch_size. But if I use the default Seq2SeqTrainer, it will train the model with batch_size. Would you please tell me how to train with max_token since it seems to be helpful to speed up the training? |
I before tried to train with max_token with |
Anyway, thanks for answering. |
Hello, I attempt to train a T5 model, but I cannot run the code. Where is the file
trainer_seq2seq_t5
inrun_maxtokens_translation.py
?The text was updated successfully, but these errors were encountered: