Locutusque
commited on
Update README.md
Browse files
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 |
|