Update README.md
Browse files
README.md
CHANGED
@@ -2,17 +2,55 @@
|
|
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 |
-
# gpt-neo-
|
14 |
|
15 |
-
This model is a fine-tuned version of [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B) on
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 1.6930
|
18 |
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- text generation
|
6 |
+
- email generation
|
7 |
+
- email
|
8 |
+
datasets:
|
9 |
+
- aeslc
|
10 |
+
- postbot/multi-emails-100k
|
11 |
+
|
12 |
+
widget:
|
13 |
+
- text: "Good Morning Professor Beans,
|
14 |
+
|
15 |
+
Hope you are doing well. I just wanted to reach out and ask if differential calculus will be on the exam"
|
16 |
+
example_title: "email to prof"
|
17 |
+
- text: "Hey <NAME>,\n\nThank you for signing up for my weekly newsletter. Before we get started, you'll have to confirm your email address."
|
18 |
+
example_title: "newsletter"
|
19 |
+
- text: "Hi <NAME>,\n\nI hope this email finds you well. I wanted to reach out and ask about office hours"
|
20 |
+
example_title: "office hours"
|
21 |
+
- text: "Greetings <NAME>,\n\nI hope you had a splendid evening at the Company sausage eating festival. I am reaching out because"
|
22 |
+
example_title: "festival"
|
23 |
+
- text: "Good Morning Harold,\n\nI was wondering when the next"
|
24 |
+
example_title: "event"
|
25 |
+
- text: "URGENT - I need the TPS reports"
|
26 |
+
example_title: "URGENT"
|
27 |
+
- text: "Hi Archibald,\n\nI hope this email finds you extremely well."
|
28 |
+
example_title: "emails that find you"
|
29 |
+
- text: "Hello there.\n\nI just wanted to reach out and check in to"
|
30 |
+
example_title: "checking in"
|
31 |
+
- text: "Hello <NAME>,\n\nI hope this email finds you well. I wanted to reach out and see if you've enjoyed your time with us"
|
32 |
+
example_title: "work well"
|
33 |
+
- text: "Hi <NAME>,\n\nI hope this email finds you well. I wanted to reach out and see if we could catch up"
|
34 |
+
example_title: "catch up"
|
35 |
+
- text: "I'm <NAME> and I just moved into the area and wanted to reach out and get some details on where I could get groceries and"
|
36 |
+
example_title: "grocery"
|
37 |
+
|
38 |
+
parameters:
|
39 |
+
min_length: 32
|
40 |
+
max_length: 128
|
41 |
+
no_repeat_ngram_size: 2
|
42 |
+
do_sample: True
|
43 |
+
temperature: 0.4
|
44 |
+
top_k: 30
|
45 |
+
top_p: 0.9
|
46 |
+
repetition_penalty: 3.5
|
47 |
+
length_penalty: 0.9
|
48 |
---
|
49 |
|
|
|
|
|
50 |
|
51 |
+
# gpt-neo-1.3B-emailgen
|
52 |
|
53 |
+
This model is a fine-tuned version of [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B) on the postbot/multi-emails-100k dataset.
|
54 |
It achieves the following results on the evaluation set:
|
55 |
- Loss: 1.6930
|
56 |
|