-
Notifications
You must be signed in to change notification settings - Fork 53
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 use this t-zero to train my own dataset? did not find the api . if add the dataset to the cache_data_dir.I do not want reproduce. I want to use this tool train my own datasets #20
Comments
Hi @flyingwaters , did you have a look at https://github.com/bigscience-workshop/t-zero/tree/master/examples? I am not sure what it is specifically that you are trying to do, but it might be what you are looking for. The example lets you fine-tune a model on a given task/dataset. |
hi @VictorSanh , i find Some problems when I reproduce your result. with t5==0.9.3, |
@flyingwaters it seems related to this issue, this is on t5 codebase side: google-research/text-to-text-transfer-transformer#513 maybe @lintangsutawika you've got a suggestion on how to proceed? Something hacky that worked for me is to modify the
|
This is a long standing issue which they haven't fixed or given any timeline on when it will be fixed. I recommend switching to T5X to retrain on your own dataset or use HF's trainer library for your usecase. |
No description provided.
The text was updated successfully, but these errors were encountered: