Update README.md
Browse files
README.md
CHANGED
@@ -2,15 +2,27 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
|
6 |
-
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
-
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
# t5-small-kw2email-
|
14 |
|
15 |
This model is a fine-tuned version of [postbot/t5-small-kw2email](https://huggingface.co/postbot/t5-small-kw2email) on the None dataset.
|
16 |
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- email generation
|
6 |
+
- email
|
7 |
+
datasets:
|
8 |
+
- aeslc
|
9 |
+
- postbot/multi_emails_kw
|
10 |
+
widget:
|
11 |
+
- text: "Thursday pay invoice need asap thanks Pierre good morning dear Harold"
|
12 |
+
example_title: "invoice"
|
13 |
+
parameters:
|
14 |
+
min_length: 16
|
15 |
+
max_length: 256
|
16 |
+
no_repeat_ngram_size: 2
|
17 |
+
do_sample: False
|
18 |
+
num_beams: 8
|
19 |
+
early_stopping: True
|
20 |
+
repetition_penalty: 2.5
|
21 |
+
length_penalty: 0.9
|
22 |
---
|
23 |
|
|
|
|
|
24 |
|
25 |
+
# t5-small-kw2email-v2
|
26 |
|
27 |
This model is a fine-tuned version of [postbot/t5-small-kw2email](https://huggingface.co/postbot/t5-small-kw2email) on the None dataset.
|
28 |
|