Open hunterlang opened 2 years ago
Hi
Yea, we forgot to include the split_option_flag
in the Config. Commit e115a18fba95436be44de164fa30720dfa441803 should fix that. Let me know if there are any more issues.
That works, thanks.
On the subject of small fixes, I had to remove the trailing slash from the origin_model in: https://github.com/r-three/t-few/blob/master/configs/t03b.json
to get .from_pretrained()
to not complain.
Well, you caught us. When we run it on our cluster, we saved the T0(3B) model to a local path. I guess that a trace of it after we changed it back to the HF-downloadable model names.
Thanks for figuring it out and sharing it with us.
Hi, thanks for the code!
When I run:
I get:
I can't find a reference to
split_option_flag
in any of the config files. Should I manually set it?Thanks!