Update README.md
Browse files
README.md
CHANGED
@@ -18,10 +18,82 @@ model-index:
|
|
18 |
- name: Accuracy
|
19 |
type: accuracy
|
20 |
value: 0.611281497151223
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
24 |
-
should probably proofread and complete it, then remove this comment. -->
|
25 |
|
26 |
# pythia-160m-hq-emails-v4
|
27 |
|
|
|
18 |
- name: Accuracy
|
19 |
type: accuracy
|
20 |
value: 0.611281497151223
|
21 |
+
widget:
|
22 |
+
- text: >-
|
23 |
+
Good Morning Professor Beans,
|
24 |
+
|
25 |
+
Hope you are doing well. I just wanted to reach out and ask if
|
26 |
+
differential calculus will be on the exam
|
27 |
+
example_title: email to prof
|
28 |
+
- text: >-
|
29 |
+
Hey <NAME>,
|
30 |
+
|
31 |
+
|
32 |
+
Thank you for signing up for my weekly newsletter. Before we get started,
|
33 |
+
you'll have to confirm your email address.
|
34 |
+
example_title: newsletter
|
35 |
+
- text: >-
|
36 |
+
Hi <NAME>,
|
37 |
+
|
38 |
+
|
39 |
+
I hope this email finds you well. I wanted to reach out and ask about
|
40 |
+
office hours
|
41 |
+
example_title: office hours
|
42 |
+
- text: >-
|
43 |
+
Greetings <NAME>,
|
44 |
+
|
45 |
+
|
46 |
+
I hope you had a splendid evening at the Company sausage eating festival.
|
47 |
+
I am reaching out because
|
48 |
+
example_title: festival
|
49 |
+
- text: |-
|
50 |
+
Good Morning Harold,
|
51 |
+
|
52 |
+
I was wondering when the next
|
53 |
+
example_title: event
|
54 |
+
- text: URGENT - I need the TPS reports
|
55 |
+
example_title: URGENT
|
56 |
+
- text: |-
|
57 |
+
Hi Archibald,
|
58 |
+
|
59 |
+
I hope this email finds you extremely well.
|
60 |
+
example_title: emails that find you
|
61 |
+
- text: |-
|
62 |
+
Hello there.
|
63 |
+
|
64 |
+
I just wanted to reach out and check in to
|
65 |
+
example_title: checking in
|
66 |
+
- text: >-
|
67 |
+
Hello <NAME>,
|
68 |
+
|
69 |
+
|
70 |
+
I hope this email finds you well. I wanted to reach out and see if you've
|
71 |
+
enjoyed your time with us
|
72 |
+
example_title: work well
|
73 |
+
- text: >-
|
74 |
+
Hi <NAME>,
|
75 |
+
|
76 |
+
|
77 |
+
I hope this email finds you well. I wanted to reach out and see if we
|
78 |
+
could catch up
|
79 |
+
example_title: catch up
|
80 |
+
- text: >-
|
81 |
+
I'm <NAME> and I just moved into the area and wanted to reach out and get
|
82 |
+
some details on where I could get groceries and
|
83 |
+
example_title: grocery
|
84 |
+
inference:
|
85 |
+
parameters:
|
86 |
+
min_length: 32
|
87 |
+
max_length: 96
|
88 |
+
no_repeat_ngram_size: 2
|
89 |
+
do_sample: true
|
90 |
+
temperature: 0.3
|
91 |
+
top_k: 20
|
92 |
+
top_p: 0.95
|
93 |
+
repetition_penalty: 3.5
|
94 |
+
length_penalty: 0.8
|
95 |
---
|
96 |
|
|
|
|
|
97 |
|
98 |
# pythia-160m-hq-emails-v4
|
99 |
|