mt5¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
T5 encoder-decoder model for conditional generation (seq2seq).
This model produces a ModelPackage with separate encoder and decoder components for efficient inference.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")