Locutusque commited on
Commit
0eaa611
·
verified ·
1 Parent(s): 710fea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -4,6 +4,25 @@ datasets:
4
  - Locutusque/hercules-v1.0
5
  language:
6
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  # Model Card for M4-ai/TinyMistral-6x248M-Instruct
9
 
 
4
  - Locutusque/hercules-v1.0
5
  language:
6
  - en
7
+ base_model: M4-ai/TinyMistral-6x248M
8
+ inference:
9
+ parameters:
10
+ do_sample: true
11
+ temperature: 0.2
12
+ top_p: 0.14
13
+ top_k: 12
14
+ max_new_tokens: 250
15
+ repetition_penalty: 1.15
16
+ widget:
17
+ - text: |
18
+ <|im_start|>user
19
+ Write me a Python program that calculates the factorial of n. <|im_end|>
20
+ <|im_start|>assistant
21
+ - text: >-
22
+ An emerging clinical approach to treat substance abuse disorders involves a
23
+ form of cognitive-behavioral therapy whereby addicts learn to reduce their
24
+ reactivity to drug-paired stimuli through cue-exposure or extinction
25
+ training. It is, however,
26
  ---
27
  # Model Card for M4-ai/TinyMistral-6x248M-Instruct
28