Menouar commited on
Commit
f2ed77d
·
verified ·
1 Parent(s): 0e31d28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -32,6 +32,12 @@ widget:
32
  - I'm continuously learning and improving. If you notice any inconsistencies in my responses, I appreciate your patience and feedback.
33
  - role: user
34
  content: Create a function to calculate the sum of a sequence of integers.
 
 
 
 
 
 
35
  pipeline_tag: text-generation
36
  ---
37
 
 
32
  - I'm continuously learning and improving. If you notice any inconsistencies in my responses, I appreciate your patience and feedback.
33
  - role: user
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: 512
39
+ do_sample: False # add this line
40
+
41
  pipeline_tag: text-generation
42
  ---
43