Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,38 @@
|
|
2 |
license: other
|
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 |
# opt-125m-emailgen-v2_DS-aeslc_Ep-4_Bs-8
|
14 |
|
|
|
2 |
license: other
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- opt
|
6 |
+
- custom-license
|
7 |
+
- no-commercial
|
8 |
+
- email
|
9 |
+
- auto-complete
|
10 |
+
- 125m
|
11 |
+
datasets:
|
12 |
+
- aeslc
|
13 |
+
|
14 |
+
widget:
|
15 |
+
- 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."
|
16 |
+
example_title: "newsletter"
|
17 |
+
- text: "Hi <NAME>,\n\nI hope this email finds you well. Let me start by saying that I am a big fan of your work."
|
18 |
+
example_title: "fan"
|
19 |
+
- text: "Greetings <NAME>,\n\nI hope you had a splendid evening at the Company sausage eating festival. I am reaching out because"
|
20 |
+
example_title: "festival"
|
21 |
+
- text: "Good Morning <NAME>,\n\nI was just thinking to myself about how much I love creating value"
|
22 |
+
example_title: "value"
|
23 |
+
- text: "URGENT - I need"
|
24 |
+
example_title: "URGENT"
|
25 |
+
parameters:
|
26 |
+
min_length: 4
|
27 |
+
max_length: 64
|
28 |
+
length_penalty: 0.7
|
29 |
+
no_repeat_ngram_size: 3
|
30 |
+
do_sample: False
|
31 |
+
num_beams: 4
|
32 |
+
early_stopping: True
|
33 |
+
repetition_penalty: 3.5
|
34 |
+
use_fast: False
|
35 |
---
|
36 |
|
|
|
|
|
37 |
|
38 |
# opt-125m-emailgen-v2_DS-aeslc_Ep-4_Bs-8
|
39 |
|