Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,9 @@ inference:
|
|
12 |
top_k: 50
|
13 |
min_new_tokens: 2
|
14 |
max_new_tokens: 96
|
15 |
-
repetition_penalty: 1.
|
16 |
no_repeat_ngram_size: 5
|
17 |
-
epsilon_cutoff: 0.
|
18 |
widget:
|
19 |
- text: >
|
20 |
Below is an instruction that describes a task, paired with an input that
|
@@ -74,9 +74,9 @@ inference:
|
|
74 |
top_k: 50
|
75 |
min_new_tokens: 2
|
76 |
max_new_tokens: 96
|
77 |
-
repetition_penalty: 1.
|
78 |
no_repeat_ngram_size: 5
|
79 |
-
epsilon_cutoff: 0.
|
80 |
```
|
81 |
|
82 |
Feel free to experiment with the parameters using the model in Python and let us know if you have improved results with other params!
|
|
|
12 |
top_k: 50
|
13 |
min_new_tokens: 2
|
14 |
max_new_tokens: 96
|
15 |
+
repetition_penalty: 1.03
|
16 |
no_repeat_ngram_size: 5
|
17 |
+
epsilon_cutoff: 0.0008
|
18 |
widget:
|
19 |
- text: >
|
20 |
Below is an instruction that describes a task, paired with an input that
|
|
|
74 |
top_k: 50
|
75 |
min_new_tokens: 2
|
76 |
max_new_tokens: 96
|
77 |
+
repetition_penalty: 1.03
|
78 |
no_repeat_ngram_size: 5
|
79 |
+
epsilon_cutoff: 0.0008
|
80 |
```
|
81 |
|
82 |
Feel free to experiment with the parameters using the model in Python and let us know if you have improved results with other params!
|