Update README.md
Browse files
README.md
CHANGED
|
@@ -24,11 +24,10 @@ widget:
|
|
| 24 |
inference:
|
| 25 |
parameters:
|
| 26 |
repetition_penalty: 1.2
|
| 27 |
-
temperature: 0.
|
| 28 |
-
top_k:
|
| 29 |
-
top_p: 0
|
| 30 |
max_new_tokens: 200
|
| 31 |
-
length_penalty: 0.3
|
| 32 |
early_stopping: true
|
| 33 |
co2_eq_emissions:
|
| 34 |
emissions: 250
|
|
|
|
| 24 |
inference:
|
| 25 |
parameters:
|
| 26 |
repetition_penalty: 1.2
|
| 27 |
+
temperature: 0.1
|
| 28 |
+
top_k: 50
|
| 29 |
+
top_p: 1.0
|
| 30 |
max_new_tokens: 200
|
|
|
|
| 31 |
early_stopping: true
|
| 32 |
co2_eq_emissions:
|
| 33 |
emissions: 250
|