Locutusque commited on
Commit
7fbb961
·
verified ·
1 Parent(s): 9aa780b

Update README.md

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