Closed ashissamal closed 4 years ago
This looks like the result of a vocab mismatch. Try adding --module_import="multilingual_t5.tasks"
so the export code would have a chance to grab the multilingual vocabulary.
Yes, tried with --module_import="multilingual_t5.tasks
, getting below error on t5==0.7.1
ModuleNotFoundError: No module named 'multilingual_t5'
You need to first clone this repo and call the launch script from within the main repo directory.