Update 'Recommended Inference Parameters' section
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ inference:
|
|
74 |
parameters:
|
75 |
max_new_tokens: 250
|
76 |
penalty_alpha: 0.5
|
77 |
-
top_k:
|
78 |
repetition_penalty: 1.01
|
79 |
---
|
80 |
|
@@ -110,5 +110,6 @@ To get the best results, prefer using [contrastive search](https://huggingface.c
|
|
110 |
|
111 |
```yml
|
112 |
penalty_alpha: 0.5
|
113 |
-
top_k:
|
|
|
114 |
```
|
|
|
74 |
parameters:
|
75 |
max_new_tokens: 250
|
76 |
penalty_alpha: 0.5
|
77 |
+
top_k: 4
|
78 |
repetition_penalty: 1.01
|
79 |
---
|
80 |
|
|
|
110 |
|
111 |
```yml
|
112 |
penalty_alpha: 0.5
|
113 |
+
top_k: 4
|
114 |
+
repetition_penalty: 1.01
|
115 |
```
|