google-research / multilingual-t5

Apache License 2.0
1.25k stars 129 forks source link

refactor: depend on seqio instead of t5.data. #112

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

refactor: depend on seqio instead of t5.data.

vocab module is using a symbol that is created by seqio but re-exported by t5.data. Instead of loading t5.data which comes with other sets of parse time dependencies, this change directly grabs the symbol we need from seiqo directly.

To this end, now, multilingual_t5 project now directly depends on seqio.