File size: 365 Bytes
b0cd33a |
1 2 3 4 5 6 7 |
# AML Text Summarization T5 Model
This is a text summarization model based on the T5 architecture, developed as part of the Advanced Machine Learning course at the University of Bremen.
## Model Description
This model is fine-tuned on the CNN/Daily Mail dataset for abstractive text summarization. It uses the T5 (Text-To-Text Transfer Transformer) architecture. |