Locutusque commited on
Commit
16a62aa
1 Parent(s): 8f03f72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,9 +7,9 @@ language:
7
  pipeline_tag: text-generation
8
  inference:
9
  parameters:
10
- temperature: 0.8
11
- top_p: 0.14
12
- top_k: 41
13
  max_new_tokens: 15
14
  repetition_penalty: 1.176
15
  ---
 
7
  pipeline_tag: text-generation
8
  inference:
9
  parameters:
10
+ temperature: 0.5
11
+ top_p: 0.5
12
+ top_k: 50
13
  max_new_tokens: 15
14
  repetition_penalty: 1.176
15
  ---