Update README.md
Browse files
README.md
CHANGED
@@ -30,11 +30,11 @@ widget:
|
|
30 |
content: Background story of an RPG game about wizards and dragons in a sci-fi world. The story takes place in a...
|
31 |
inference:
|
32 |
parameters:
|
33 |
-
max_new_tokens:
|
34 |
do_sample: true
|
35 |
-
temperature: 0.
|
36 |
-
top_p: 0.
|
37 |
-
top_k:
|
38 |
repetition_penalty: 1.176
|
39 |
---
|
40 |
|
|
|
30 |
content: Background story of an RPG game about wizards and dragons in a sci-fi world. The story takes place in a...
|
31 |
inference:
|
32 |
parameters:
|
33 |
+
max_new_tokens: 250
|
34 |
do_sample: true
|
35 |
+
temperature: 0.65
|
36 |
+
top_p: 0.55
|
37 |
+
top_k: 35
|
38 |
repetition_penalty: 1.176
|
39 |
---
|
40 |
|