Locutusque commited on
Commit
99c8efd
1 Parent(s): 51521da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -12,11 +12,11 @@ tags:
12
  inference:
13
  parameters:
14
  do_sample: true
15
- temperature: 0.7
16
- top_p: 0.2
17
- top_k: 14
18
  max_new_tokens: 250
19
- repetition_penalty: 1.16
20
  widget:
21
  - text: "To calculate the factorial of n, we can use the following function:"
22
  ---
 
12
  inference:
13
  parameters:
14
  do_sample: true
15
+ temperature: 0.2
16
+ top_p: 0.14
17
+ top_k: 12
18
  max_new_tokens: 250
19
+ repetition_penalty: 1.15
20
  widget:
21
  - text: "To calculate the factorial of n, we can use the following function:"
22
  ---