Locutusque
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,11 @@ tags:
|
|
12 |
inference:
|
13 |
parameters:
|
14 |
do_sample: true
|
15 |
-
temperature: 0.
|
16 |
-
top_p: 0.
|
17 |
-
top_k:
|
18 |
max_new_tokens: 250
|
19 |
-
repetition_penalty: 1.
|
20 |
widget:
|
21 |
- text: "To calculate the factorial of n, we can use the following function:"
|
22 |
---
|
|
|
12 |
inference:
|
13 |
parameters:
|
14 |
do_sample: true
|
15 |
+
temperature: 0.2
|
16 |
+
top_p: 0.14
|
17 |
+
top_k: 12
|
18 |
max_new_tokens: 250
|
19 |
+
repetition_penalty: 1.15
|
20 |
widget:
|
21 |
- text: "To calculate the factorial of n, we can use the following function:"
|
22 |
---
|