Locutusque commited on
Commit
74e98a0
·
verified ·
1 Parent(s): e203ddc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -28,8 +28,17 @@ inference:
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
- - text: "An emerging clinical approach to treat substance abuse disorders involves a form of cognitive-behavioral therapy whereby addicts learn to reduce their reactivity to drug-paired stimuli through cue-exposure or extinction training. It is, however,"
 
 
 
 
 
 
 
 
 
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,00 examples of nampdn-ai/mini-peS2o
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