Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ inference:
|
|
11 |
top_k: 50
|
12 |
min_new_tokens: 2
|
13 |
max_new_tokens: 96
|
14 |
-
repetition_penalty: 1.
|
15 |
no_repeat_ngram_size: 6
|
16 |
epsilon_cutoff: 0.0006
|
17 |
widget:
|
@@ -56,7 +56,7 @@ It was trained on inputs so if you have inputs (like some text to ask a question
|
|
56 |
|
57 |
## Example
|
58 |
|
59 |
-
Output on the text above ^. The inference API is set to sample with low temp so you should see (_at least slightly_) different
|
60 |
|
61 |
|
62 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/0nFP2jsBkritnryKmI8NV.png)
|
|
|
11 |
top_k: 50
|
12 |
min_new_tokens: 2
|
13 |
max_new_tokens: 96
|
14 |
+
repetition_penalty: 1.04
|
15 |
no_repeat_ngram_size: 6
|
16 |
epsilon_cutoff: 0.0006
|
17 |
widget:
|
|
|
56 |
|
57 |
## Example
|
58 |
|
59 |
+
Output on the text above ^. The inference API is set to sample with low temp so you should see (_at least slightly_) different generations each time.
|
60 |
|
61 |
|
62 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/0nFP2jsBkritnryKmI8NV.png)
|