Update README.md
Browse files
README.md
CHANGED
@@ -16,10 +16,12 @@ metrics:
|
|
16 |
- accuracy
|
17 |
inference:
|
18 |
parameters:
|
19 |
-
max_new_tokens:
|
20 |
min_new_tokens: 8
|
21 |
-
|
22 |
-
|
|
|
|
|
23 |
repetition_penalty: 1.02
|
24 |
no_repeat_ngram_size: 8
|
25 |
renormalize_logits: true
|
|
|
16 |
- accuracy
|
17 |
inference:
|
18 |
parameters:
|
19 |
+
max_new_tokens: 64
|
20 |
min_new_tokens: 8
|
21 |
+
do_sample: true
|
22 |
+
epsilon_cutoff: 0.0008
|
23 |
+
temperature: 0.3
|
24 |
+
top_p: 0.9
|
25 |
repetition_penalty: 1.02
|
26 |
no_repeat_ngram_size: 8
|
27 |
renormalize_logits: true
|