Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
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 |
+
- text: "dear elia when will space be ready need urgently regards ronald"
|
14 |
+
example_title: "space ready"
|
15 |
+
- text: "Tuesday need talk with you important stuff dear jonathan status war in Syria"
|
16 |
+
example_title: "war status"
|
17 |
+
- text: "dear bob will back wednesday need urgently regards elena"
|
18 |
+
example_title: "return wednesday"
|
19 |
+
- text: "dear mary thanks for your last invoice need know when payment be"
|
20 |
+
example_title: "last invoice"
|
21 |
+
- text: "pct1_dropremainder rounding may truncate the last examples in a dataset if the number of examples in your dataset don’t divide evenly by 100 dear bob"
|
22 |
+
example_title: "pct1_dropremainder"
|
23 |
+
- text: "dear joseph have all invoices ready Monday next invoice in 30 days have great weekend"
|
24 |
+
example_title: "next invoice"
|
25 |
+
- text: "dear mary I have couple questions on new contract we agreed on need know thoughts regarding contract"
|
26 |
+
example_title: "contract"
|
27 |
+
- text: "Friday will make report due soon please thanks dear john"
|
28 |
+
example_title: "report due soon"
|
29 |
+
- text: "need take photos sunday want finish thursday photo exhibition need urgent help thanks dear john"
|
30 |
+
example_title: "photo exhibition"
|
31 |
+
- text: "Tuesday need talk with you important stuff dear reginald"
|
32 |
+
example_title: "important talk"
|
33 |
+
- text: "dear maria how are you doing thanks very much"
|
34 |
+
example_title: "thanks"
|
35 |
+
- text: "dear james tomorrow will prepare file for june report before leave need know when leave"
|
36 |
+
example_title: "file for june report"
|
37 |
+
|
38 |
+
parameters:
|
39 |
+
min_length: 16
|
40 |
+
max_length: 256
|
41 |
+
no_repeat_ngram_size: 2
|
42 |
+
do_sample: False
|
43 |
+
num_beams: 8
|
44 |
+
early_stopping: True
|
45 |
+
repetition_penalty: 5.5
|
46 |
+
length_penalty: 0.9
|
47 |
+
---
|
48 |
+
|
49 |
+
# flan-t5-base-kw2email-v1
|
50 |
+
|
51 |
+
|
52 |
+
- keyword-to-email generation
|
53 |
+
- starting checkpoint was `google/flan-t5-base`, trained for 5 epochs
|
54 |
+
|
55 |
+
|
56 |
+
TODO: more words
|