IWSLT/iwslt2017
Updated • 3.38k • 41
How to use minseok0809/t5-small-scratch-iwslt2017 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("minseok0809/t5-small-scratch-iwslt2017")
model = AutoModelForSeq2SeqLM.from_pretrained("minseok0809/t5-small-scratch-iwslt2017", device_map="auto")This model is a fine-tuned version of google-t5/t5-small on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
The following hyperparameters were used during training:
Base model
google-t5/t5-small