Update model card with correct dataset (argilla/FinePersonas) and year (2025)
Browse files
README.md
CHANGED
@@ -1,43 +1,3 @@
|
|
1 |
-
---
|
2 |
-
language: en
|
3 |
-
license: apache-2.0
|
4 |
-
tags:
|
5 |
-
- summarization
|
6 |
-
- email
|
7 |
-
- t5
|
8 |
-
- text2text-generation
|
9 |
-
- brief-summary
|
10 |
-
- full-summary
|
11 |
-
datasets:
|
12 |
-
- custom-email-dataset
|
13 |
-
metrics:
|
14 |
-
- rouge
|
15 |
-
widget:
|
16 |
-
- text: 'summarize_brief: Subject: Team Meeting Tomorrow. Body: Hi everyone, Just
|
17 |
-
a reminder that we have our weekly team meeting tomorrow at 2 PM EST. Please prepare
|
18 |
-
your status updates and any blockers you''re facing. We''ll also discuss the Q4
|
19 |
-
roadmap. Thanks!'
|
20 |
-
example_title: Brief Summary
|
21 |
-
- text: 'summarize_full: Subject: Project Update. Body: The development team has completed
|
22 |
-
the first phase of the new feature implementation. We''ve successfully integrated
|
23 |
-
the API, updated the UI components, and conducted initial testing. The performance
|
24 |
-
improvements show a 40% reduction in load time. Next steps include user acceptance
|
25 |
-
testing and documentation updates.'
|
26 |
-
example_title: Full Summary
|
27 |
-
model-index:
|
28 |
-
- name: t5-small-email-summarizer
|
29 |
-
results:
|
30 |
-
- task:
|
31 |
-
type: summarization
|
32 |
-
name: Email Summarization
|
33 |
-
metrics:
|
34 |
-
- type: rouge-l
|
35 |
-
value: 0.42
|
36 |
-
name: ROUGE-L
|
37 |
-
pipeline_tag: summarization
|
38 |
-
library_name: transformers
|
39 |
-
---
|
40 |
-
|
41 |
# T5 Email Summarizer - Brief & Full
|
42 |
|
43 |
## Model Description
|
@@ -67,7 +27,7 @@ This is a fine-tuned T5-small model specialized for email summarization. The mod
|
|
67 |
|
68 |
## Training Data
|
69 |
|
70 |
-
The model was fine-tuned on 364,000 email-summary pairs with:
|
71 |
- Professional business emails
|
72 |
- Casual informal communications
|
73 |
- Meeting invitations and updates
|
@@ -211,10 +171,10 @@ T5ForConditionalGeneration(
|
|
211 |
If you use this model, please cite:
|
212 |
|
213 |
```bibtex
|
214 |
-
@misc{
|
215 |
title={T5 Email Summarizer - Brief & Full},
|
216 |
author={Wordcab Team},
|
217 |
-
year={
|
218 |
publisher={HuggingFace},
|
219 |
url={https://huggingface.co/Wordcab/t5-small-email-summarizer}
|
220 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# T5 Email Summarizer - Brief & Full
|
2 |
|
3 |
## Model Description
|
|
|
27 |
|
28 |
## Training Data
|
29 |
|
30 |
+
The model was fine-tuned on the [argilla/FinePersonas-Conversations-Email-Summaries](https://huggingface.co/datasets/argilla/FinePersonas-Conversations-Email-Summaries) dataset containing 364,000 email-summary pairs with:
|
31 |
- Professional business emails
|
32 |
- Casual informal communications
|
33 |
- Meeting invitations and updates
|
|
|
171 |
If you use this model, please cite:
|
172 |
|
173 |
```bibtex
|
174 |
+
@misc{wordcab2025t5email,
|
175 |
title={T5 Email Summarizer - Brief & Full},
|
176 |
author={Wordcab Team},
|
177 |
+
year={2025},
|
178 |
publisher={HuggingFace},
|
179 |
url={https://huggingface.co/Wordcab/t5-small-email-summarizer}
|
180 |
}
|