Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
|
@@ -8,43 +8,72 @@ tags:
|
|
| 8 |
datasets:
|
| 9 |
- aeslc
|
| 10 |
- postbot/multi-emails-100k
|
| 11 |
-
|
| 12 |
widget:
|
| 13 |
-
- text:
|
| 14 |
-
|
| 15 |
-
Hope you are doing well. I just wanted to reach out and ask if differential calculus
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
example_title:
|
| 29 |
-
- text:
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
example_title:
|
| 35 |
-
- text:
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
parameters:
|
| 39 |
min_length: 32
|
| 40 |
max_length: 128
|
| 41 |
no_repeat_ngram_size: 2
|
| 42 |
-
do_sample:
|
| 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 |
|
|
|
|
| 8 |
datasets:
|
| 9 |
- aeslc
|
| 10 |
- postbot/multi-emails-100k
|
|
|
|
| 11 |
widget:
|
| 12 |
+
- text: 'Good Morning Professor Beans,
|
| 13 |
+
|
| 14 |
+
Hope you are doing well. I just wanted to reach out and ask if differential calculus
|
| 15 |
+
will be on the exam'
|
| 16 |
+
example_title: email to prof
|
| 17 |
+
- text: 'Hey <NAME>,
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
Thank you for signing up for my weekly newsletter. Before we get started, you''ll
|
| 21 |
+
have to confirm your email address.'
|
| 22 |
+
example_title: newsletter
|
| 23 |
+
- text: 'Hi <NAME>,
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
I hope this email finds you well. I wanted to reach out and ask about office hours'
|
| 27 |
+
example_title: office hours
|
| 28 |
+
- text: 'Greetings <NAME>,
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
I hope you had a splendid evening at the Company sausage eating festival. I am
|
| 32 |
+
reaching out because'
|
| 33 |
+
example_title: festival
|
| 34 |
+
- text: 'Good Morning Harold,
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
I was wondering when the next'
|
| 38 |
+
example_title: event
|
| 39 |
+
- text: URGENT - I need the TPS reports
|
| 40 |
+
example_title: URGENT
|
| 41 |
+
- text: 'Hi Archibald,
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
I hope this email finds you extremely well.'
|
| 45 |
+
example_title: emails that find you
|
| 46 |
+
- text: 'Hello there.
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
I just wanted to reach out and check in to'
|
| 50 |
+
example_title: checking in
|
| 51 |
+
- text: 'Hello <NAME>,
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
I hope this email finds you well. I wanted to reach out and see if you''ve enjoyed
|
| 55 |
+
your time with us'
|
| 56 |
+
example_title: work well
|
| 57 |
+
- text: 'Hi <NAME>,
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
I hope this email finds you well. I wanted to reach out and see if we could catch
|
| 61 |
+
up'
|
| 62 |
+
example_title: catch up
|
| 63 |
+
- text: I'm <NAME> and I just moved into the area and wanted to reach out and get
|
| 64 |
+
some details on where I could get groceries and
|
| 65 |
+
example_title: grocery
|
| 66 |
parameters:
|
| 67 |
min_length: 32
|
| 68 |
max_length: 128
|
| 69 |
no_repeat_ngram_size: 2
|
| 70 |
+
do_sample: true
|
| 71 |
temperature: 0.4
|
| 72 |
top_k: 30
|
| 73 |
top_p: 0.9
|
| 74 |
repetition_penalty: 3.5
|
| 75 |
length_penalty: 0.9
|
| 76 |
+
base_model: EleutherAI/gpt-neo-1.3B
|
| 77 |
---
|
| 78 |
|
| 79 |
|