Are Character-level Translations Worth the Wait?
Collection
Collection of trained models for the paper: Are Character-level Translations Worth the Wait? • 162 items • Updated
How to use leukas/mt5-base-nc16-2k-ende with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("leukas/mt5-base-nc16-2k-ende")
model = AutoModelForSeq2SeqLM.from_pretrained("leukas/mt5-base-nc16-2k-ende")No model card