GEM/wiki_lingua
Updated • 7.96k • 50
How to use diallomama/fr-summarization with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("diallomama/fr-summarization")
model = AutoModelForSeq2SeqLM.from_pretrained("diallomama/fr-summarization", device_map="auto")This model is a fine-tuned version of t5-small on the GEM/wiki_lingua fr dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: