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.
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.