How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("JorgeSarry/est5-summarize")
model = AutoModelForSeq2SeqLM.from_pretrained("JorgeSarry/est5-summarize")
Quick Links

This is a smaller version of the google/mt5-base model with only Spanish and some English embeddings trained on 60k Spanish MLSum for summarization.

You can use it with the command "summarize:"

Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using JorgeSarry/est5-summarize 2