Menouar commited on
Commit
50a336c
·
verified ·
1 Parent(s): 01b1628

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -34,9 +34,10 @@ widget:
34
  content: Create a function to calculate the sum of a sequence of integers.
35
  inference:
36
  parameters:
37
- temperature: 0.7
38
  max_new_tokens: 1024
39
- do_sample: False # add this line
 
40
 
41
  pipeline_tag: text-generation
42
  ---
 
34
  content: Create a function to calculate the sum of a sequence of integers.
35
  inference:
36
  parameters:
37
+ temperature: 0.1
38
  max_new_tokens: 1024
39
+ top_p: 0.95
40
+ top_k: 50
41
 
42
  pipeline_tag: text-generation
43
  ---