Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- conversational
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Michael Scott (The Office) DialoGPT Model
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- conversational
|
| 4 |
+
|
| 5 |
+
widget:
|
| 6 |
+
- text: "Wow this is hard"
|
| 7 |
+
- text: "What do you think of Toby?"
|
| 8 |
+
- text: "I love you"
|
| 9 |
+
- text: "How was prison"
|
| 10 |
+
- text: "What are you saying?"
|
| 11 |
+
- text: "My name is Toby"
|
| 12 |
+
- text: "You should fire Toby"
|
| 13 |
+
|
| 14 |
+
inference:
|
| 15 |
+
parameters:
|
| 16 |
+
max_length: 1000
|
| 17 |
+
pad_token_id: tokenizer.eos_token_id
|
| 18 |
+
no_repeat_ngram_size: 3
|
| 19 |
+
do_sample: True
|
| 20 |
+
top_k: 100
|
| 21 |
+
top_p: 0.7
|
| 22 |
+
temperature: 0.7
|
| 23 |
+
|
| 24 |
---
|
| 25 |
|
| 26 |
# Michael Scott (The Office) DialoGPT Model
|