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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -30,7 +30,11 @@ Make sure to comply with the microsoft research license. Please read it before u
30
  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
  temperature = 0.1
 
34
  top_p = 0.14
 
35
  top_k = 41
36
- repetition_penalty = 1.176
 
 
30
  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