s0urin commited on
Commit
b0cd33a
·
verified ·
1 Parent(s): e678c2e

Create ReadMe.md

Browse files
Files changed (1) hide show
  1. ReadMe.md +7 -0
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.