Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
jaynlp
/
t5-large-samsum
like
2
Follow
Jay NLP Lab
2
Text2Text Generation
Transformers
PyTorch
t5
text-generation-inference
arxiv:
2203.01552
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
jshin49
commited on
Feb 17, 2022
Commit
31c2f3e
·
1 Parent(s):
3adfffe
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+10
-0
README.md
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
Pre-trained t5-large on SAMSuM Dialogue Summarization corpus.
2
+
3
+
Used the following prompt
4
+
5
+
```
6
+
Summarize this dialogue:
7
+
8
+
<DIALOGUE>
9
+
...
10
+
```