Update README.md
Browse files
README.md
CHANGED
|
@@ -20,9 +20,9 @@ widget:
|
|
| 20 |
inference:
|
| 21 |
parameters:
|
| 22 |
repetition_penalty: 1.2
|
| 23 |
-
temperature: 0.
|
| 24 |
-
top_k:
|
| 25 |
-
top_p: 0
|
| 26 |
max_new_tokens: 150
|
| 27 |
co2_eq_emissions:
|
| 28 |
emissions: 41100
|
|
|
|
| 20 |
inference:
|
| 21 |
parameters:
|
| 22 |
repetition_penalty: 1.2
|
| 23 |
+
temperature: 0.1
|
| 24 |
+
top_k: 50
|
| 25 |
+
top_p: 1.0
|
| 26 |
max_new_tokens: 150
|
| 27 |
co2_eq_emissions:
|
| 28 |
emissions: 41100
|