Text Generation
Transformers
Safetensors
mixtral
Mixture of Experts
frankenmoe
Merge
mergekit
lazymergekit
Locutusque/TinyMistral-248M-v2
Locutusque/TinyMistral-248M-v2.5
Locutusque/TinyMistral-248M-v2.5-Instruct
jtatman/tinymistral-v2-pycoder-instruct-248m
Felladrin/TinyMistral-248M-SFT-v4
Locutusque/TinyMistral-248M-v2-Instruct
text-generation-inference
Inference Endpoints
Update README.md
Browse files
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
|