Create ReadMe.md
Browse files
ReadMe.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AML Text Summarization T5 Model
|
2 |
+
|
3 |
+
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.
|
4 |
+
|
5 |
+
## Model Description
|
6 |
+
|
7 |
+
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.
|