Locutusque
commited on
Commit
•
91345c7
1
Parent(s):
9a917e2
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,14 @@ metrics:
|
|
13 |
widget:
|
14 |
- text: '<|USER|> Hello! <|ASSISTANT|> '
|
15 |
pipeline_tag: conversational
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
# Model Card
|
18 |
* this model is deprecated please see https://huggingface.co/Locutusque/gpt2-conversational-retrain for a better performing model. *
|
|
|
13 |
widget:
|
14 |
- text: '<|USER|> Hello! <|ASSISTANT|> '
|
15 |
pipeline_tag: conversational
|
16 |
+
inference:
|
17 |
+
parameters:
|
18 |
+
temperature: 0.5
|
19 |
+
do_sample: True
|
20 |
+
top_p: 0.5
|
21 |
+
top_k: 30
|
22 |
+
max_new_tokens: 250
|
23 |
+
repetition_penalty: 1.15
|
24 |
---
|
25 |
# Model Card
|
26 |
* this model is deprecated please see https://huggingface.co/Locutusque/gpt2-conversational-retrain for a better performing model. *
|