reciTAL/mlsum
Updated • 1.29k • 55
How to use mukayese/mt5-base-turkish-summarization with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mukayese/mt5-base-turkish-summarization")
model = AutoModelForSeq2SeqLM.from_pretrained("mukayese/mt5-base-turkish-summarization")This model is a fine-tuned version of google/mt5-base on the mlsum/tu dataset.
It achieves the following results on the evaluation set:
Check this paper for more details on the model and the dataset.
The following hyperparameters were used during training:
@misc{safaya-etal-2022-mukayese,
title={Mukayese: Turkish NLP Strikes Back},
author={Ali Safaya and Emirhan Kurtuluş and Arda Göktoğan and Deniz Yuret},
year={2022},
eprint={2203.01215},
archivePrefix={arXiv},
primaryClass={cs.CL}
}