nicholasKluge
commited on
Commit
•
48aa9cc
1
Parent(s):
923da6d
Update README.md
Browse files
README.md
CHANGED
@@ -22,9 +22,9 @@ widget:
|
|
22 |
inference:
|
23 |
parameters:
|
24 |
repetition_penalty: 1.5
|
25 |
-
temperature: 0.
|
26 |
-
top_k:
|
27 |
-
top_p: 0.
|
28 |
max_new_tokens: 200
|
29 |
co2_eq_emissions:
|
30 |
emissions: 5.6
|
|
|
22 |
inference:
|
23 |
parameters:
|
24 |
repetition_penalty: 1.5
|
25 |
+
temperature: 0.3
|
26 |
+
top_k: 30
|
27 |
+
top_p: 0.3
|
28 |
max_new_tokens: 200
|
29 |
co2_eq_emissions:
|
30 |
emissions: 5.6
|