tags and üarams
Browse files
README.md
CHANGED
@@ -1,14 +1,19 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
widget:
|
7 |
- text: "I know you're tired, but can we go for another walk this evening?\nperson beta:\n\n"
|
8 |
example_title: "walk"
|
9 |
- text: "Have you done anything exciting lately?\nperson beta:\n\n"
|
10 |
example_title: "activities"
|
11 |
-
- text: "hey - do you have a
|
12 |
example_title: "grocery"
|
13 |
- text: "Can you take me for dinner somewhere nice this time?\nperson beta:\n\n"
|
14 |
example_title: "dinner"
|
@@ -35,8 +40,9 @@ inference:
|
|
35 |
no_repeat_ngram_size: 2
|
36 |
do_sample: True
|
37 |
top_p: 0.95
|
38 |
-
top_k:
|
39 |
-
|
|
|
40 |
|
41 |
---
|
42 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- text-generation
|
5 |
+
- chatbot
|
6 |
+
- dialogue
|
7 |
+
- distilgpt2
|
8 |
+
- gpt2
|
9 |
+
- ai-msgbot
|
10 |
|
11 |
widget:
|
12 |
- text: "I know you're tired, but can we go for another walk this evening?\nperson beta:\n\n"
|
13 |
example_title: "walk"
|
14 |
- text: "Have you done anything exciting lately?\nperson beta:\n\n"
|
15 |
example_title: "activities"
|
16 |
+
- text: "hey - do you have a favorite grocery store around here?\nperson beta:\n\n"
|
17 |
example_title: "grocery"
|
18 |
- text: "Can you take me for dinner somewhere nice this time?\nperson beta:\n\n"
|
19 |
example_title: "dinner"
|
|
|
40 |
no_repeat_ngram_size: 2
|
41 |
do_sample: True
|
42 |
top_p: 0.95
|
43 |
+
top_k: 20
|
44 |
+
temperature: 0.5
|
45 |
+
repetition_penalty: 3.5
|
46 |
|
47 |
---
|
48 |
|