Locutusque commited on
Commit
1a1b29f
·
verified ·
1 Parent(s): 26bab2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -21,6 +21,16 @@ base_model:
21
  - Locutusque/TinyMistral-248M-v2-Instruct
22
  language:
23
  - en
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # TinyMistral-6x248M
 
21
  - Locutusque/TinyMistral-248M-v2-Instruct
22
  language:
23
  - en
24
+ inference:
25
+ parameters:
26
+ do_sample: true
27
+ temperature: 0.2
28
+ top_p: 0.14
29
+ top_k: 12
30
+ max_new_tokens: 250
31
+ repetition_penalty: 1.15
32
+ widget:
33
+ - text: "<|im_start|>user\nWrite me a Python program that calculates the factorial of n. <|im_end|>\n<|im_start|>assistant\n"
34
  ---
35
 
36
  # TinyMistral-6x248M