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
@@ -28,8 +28,17 @@ inference:
|
|
28 |
max_new_tokens: 250
|
29 |
repetition_penalty: 1.15
|
30 |
widget:
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# TinyMistral-6x248M
|
@@ -42,7 +51,7 @@ TinyMistral-6x248M is a Mixure of Experts (MoE) made with the following models u
|
|
42 |
* [Felladrin/TinyMistral-248M-SFT-v4](https://huggingface.co/Felladrin/TinyMistral-248M-SFT-v4)
|
43 |
* [Locutusque/TinyMistral-248M-v2-Instruct](https://huggingface.co/Locutusque/TinyMistral-248M-v2-Instruct)
|
44 |
|
45 |
-
The resulting model is then pre-trained on 600,
|
46 |
|
47 |
## 🧩 Configuration
|
48 |
|
|
|
28 |
max_new_tokens: 250
|
29 |
repetition_penalty: 1.15
|
30 |
widget:
|
31 |
+
- text: |
|
32 |
+
<|im_start|>user
|
33 |
+
Write me a Python program that calculates the factorial of n. <|im_end|>
|
34 |
+
<|im_start|>assistant
|
35 |
+
- text: >-
|
36 |
+
An emerging clinical approach to treat substance abuse disorders involves a
|
37 |
+
form of cognitive-behavioral therapy whereby addicts learn to reduce their
|
38 |
+
reactivity to drug-paired stimuli through cue-exposure or extinction
|
39 |
+
training. It is, however,
|
40 |
+
datasets:
|
41 |
+
- nampdn-ai/mini-peS2o
|
42 |
---
|
43 |
|
44 |
# TinyMistral-6x248M
|
|
|
51 |
* [Felladrin/TinyMistral-248M-SFT-v4](https://huggingface.co/Felladrin/TinyMistral-248M-SFT-v4)
|
52 |
* [Locutusque/TinyMistral-248M-v2-Instruct](https://huggingface.co/Locutusque/TinyMistral-248M-v2-Instruct)
|
53 |
|
54 |
+
The resulting model is then pre-trained on 600,000 examples of nampdn-ai/mini-peS2o
|
55 |
|
56 |
## 🧩 Configuration
|
57 |
|