pszemraj commited on
Commit
356848c
1 Parent(s): 364d895

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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.01
16
  no_repeat_ngram_size: 5
17
- epsilon_cutoff: 0.0006
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.01
78
  no_repeat_ngram_size: 5
79
- epsilon_cutoff: 0.0006
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!