Librarian Bot: Add base_model information to model
#5
by
librarian-bot
- opened
README.md
CHANGED
@@ -9,29 +9,43 @@ tags:
|
|
9 |
- auto-complete
|
10 |
datasets:
|
11 |
- aeslc
|
12 |
-
|
13 |
widget:
|
14 |
-
- text:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
example_title:
|
20 |
-
- text:
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
|
|
|
|
|
|
|
|
25 |
inference:
|
26 |
parameters:
|
27 |
min_length: 4
|
28 |
max_length: 64
|
29 |
length_penalty: 0.7
|
30 |
no_repeat_ngram_size: 3
|
31 |
-
do_sample:
|
32 |
num_beams: 4
|
33 |
-
early_stopping:
|
34 |
repetition_penalty: 3.5
|
|
|
35 |
---
|
36 |
|
37 |
|
|
|
9 |
- auto-complete
|
10 |
datasets:
|
11 |
- aeslc
|
|
|
12 |
widget:
|
13 |
+
- text: 'Hey <NAME>,
|
14 |
+
|
15 |
+
|
16 |
+
Thank you for signing up for my weekly newsletter. Before we get started, you''ll
|
17 |
+
have to confirm your email address.'
|
18 |
+
example_title: newsletter
|
19 |
+
- text: 'Hi <NAME>,
|
20 |
+
|
21 |
+
|
22 |
+
I hope this email finds you well. Let me start by saying that I am a big fan of
|
23 |
+
your work.'
|
24 |
+
example_title: fan
|
25 |
+
- text: 'Greetings <NAME>,
|
26 |
+
|
27 |
+
|
28 |
+
I hope you had a splendid evening at the Company sausage eating festival. I am
|
29 |
+
reaching out because'
|
30 |
+
example_title: festival
|
31 |
+
- text: 'Good Morning <NAME>,
|
32 |
+
|
33 |
|
34 |
+
I was just thinking to myself about how much I love creating value'
|
35 |
+
example_title: value
|
36 |
+
- text: URGENT - I need
|
37 |
+
example_title: URGENT
|
38 |
inference:
|
39 |
parameters:
|
40 |
min_length: 4
|
41 |
max_length: 64
|
42 |
length_penalty: 0.7
|
43 |
no_repeat_ngram_size: 3
|
44 |
+
do_sample: false
|
45 |
num_beams: 4
|
46 |
+
early_stopping: true
|
47 |
repetition_penalty: 3.5
|
48 |
+
base_model: facebook/opt-350m
|
49 |
---
|
50 |
|
51 |
|