Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,12 @@ datasets:
|
|
11 |
widget:
|
12 |
- 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."
|
13 |
example_title: "newsletter"
|
14 |
-
- text: "Hi <NAME>,\n\nI hope this email finds you well.
|
15 |
-
example_title: "
|
16 |
- text: "Greetings <NAME>,\n\nI hope you had a splendid evening at the Company sausage eating festival. I am reaching out because"
|
17 |
example_title: "festival"
|
18 |
-
- text: "Good Morning <NAME>,\n\nI was
|
19 |
-
example_title: "
|
20 |
- text: "URGENT - I need the TPS reports"
|
21 |
example_title: "URGENT"
|
22 |
- text: "Hi <NAME>,\n\nI hope this email finds you extremely well."
|
@@ -74,7 +74,7 @@ It achieves the following results on the evaluation set:
|
|
74 |
|
75 |
## Intended uses & limitations
|
76 |
|
77 |
-
The intended use of this model is to provide suggestions to "autocomplete" the rest of your email. Said another way, it should serve as a
|
78 |
|
79 |
Please verify any suggestions by the model for A) False claims and B) negation statements before accepting/sending something.
|
80 |
|
|
|
11 |
widget:
|
12 |
- 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."
|
13 |
example_title: "newsletter"
|
14 |
+
- text: "Hi <NAME>,\n\nI hope this email finds you well. I wanted to reach out and ask about office hours"
|
15 |
+
example_title: "office hours"
|
16 |
- text: "Greetings <NAME>,\n\nI hope you had a splendid evening at the Company sausage eating festival. I am reaching out because"
|
17 |
example_title: "festival"
|
18 |
+
- text: "Good Morning <NAME>,\n\nI was wondering when the next"
|
19 |
+
example_title: "event"
|
20 |
- text: "URGENT - I need the TPS reports"
|
21 |
example_title: "URGENT"
|
22 |
- text: "Hi <NAME>,\n\nI hope this email finds you extremely well."
|
|
|
74 |
|
75 |
## Intended uses & limitations
|
76 |
|
77 |
+
The intended use of this model is to provide suggestions to "autocomplete" the rest of your email. Said another way, it should serve as a **tool to write predictable emails faster**. It is not intended to write entire emails; at least **some input** is required to guide the direction of the model.
|
78 |
|
79 |
Please verify any suggestions by the model for A) False claims and B) negation statements before accepting/sending something.
|
80 |
|