Felladrin commited on
Commit
74ee767
1 Parent(s): cd6b127

Update 'Recommended Inference Parameters' section

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -74,7 +74,7 @@ inference:
74
  parameters:
75
  max_new_tokens: 250
76
  penalty_alpha: 0.5
77
- top_k: 5
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: 5
 
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
  ```