Locutusque commited on
Commit
6f32722
·
1 Parent(s): f2cdd10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -31,10 +31,7 @@ This model was trained on the ChatML prompt template.
31
 
32
  The responses seen in the inference API were generated using the following sampling parameters:
33
 
34
- temperature = 0.1
35
-
36
- top_p = 0.14
37
-
38
- top_k = 41
39
-
40
- repetition_penalty = 1.176
 
31
 
32
  The responses seen in the inference API were generated using the following sampling parameters:
33
 
34
+ - temperature = 0.1
35
+ - top_p = 0.14
36
+ - top_k = 41
37
+ - repetition_penalty = 1.176