add inference examples
Browse files
README.md
CHANGED
@@ -12,6 +12,34 @@ tags:
|
|
12 |
- ai-msgbot
|
13 |
library_name: transformers
|
14 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# pszemraj/opt-peter-2.7B
|
|
|
12 |
- ai-msgbot
|
13 |
library_name: transformers
|
14 |
pipeline_tag: text-generation
|
15 |
+
widget:
|
16 |
+
- text: 'If you could live anywhere, where would it be? peter szemraj:'
|
17 |
+
example_title: live anywhere
|
18 |
+
- text: 'What would you sing at Karaoke night? peter szemraj:'
|
19 |
+
example_title: Karaoke
|
20 |
+
- text: >-
|
21 |
+
If you could hire someone to help you, would it be with cleaning, cooking,
|
22 |
+
or yard work? peter szemraj:
|
23 |
+
example_title: help
|
24 |
+
- text: >-
|
25 |
+
What form of public transportation do you prefer? (air, boat, train, bus,
|
26 |
+
car, etc.) peter szemraj:
|
27 |
+
example_title: transportation
|
28 |
+
- text: 'What''s your favorite zoo animal? peter szemraj:'
|
29 |
+
example_title: animal
|
30 |
+
- text: 'Do you like or dislike surprises? Why or why not? peter szemraj:'
|
31 |
+
example_title: surprises
|
32 |
+
- text: >-
|
33 |
+
What celebrity would you like to meet at Starbucks for a cup of coffee?
|
34 |
+
peter szemraj:
|
35 |
+
example_title: 'celebrity '
|
36 |
+
inference:
|
37 |
+
parameters:
|
38 |
+
min_length: 2
|
39 |
+
max_length: 64
|
40 |
+
temperature: 0.5
|
41 |
+
no_repeat_ngram_size: 2
|
42 |
+
repetition_penalty: 4.5
|
43 |
---
|
44 |
|
45 |
# pszemraj/opt-peter-2.7B
|