File size: 834 Bytes
c12aeae
 
 
 
 
 
 
 
 
 
 
 
 
 
1b1b98d
a2642bb
c12aeae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: apache-2.0
datasets:
- HuggingFaceH4/ultrachat_200k
language:
- en
inference:
  parameters:
    do_sample: true
    temperature: 0.1
    top_p: 0.14
    top_k: 12
    max_new_tokens: 250
    repetition_penalty: 1.1
widget:
  - text: "<|im_start|>user\nHow do I incorporate visual elements into my writing?<|im_end|>\n<|im_start|>assistant\n"
base_model: Locutusque/TinyMistral-248M-v2
---
# Description
Fine-tuned Locutusque/TinyMistral-248M-v2 on the HuggingFaceH4/ultrachat_200k dataset.
# Recommended inference parameters
```
do_sample: true
temperature: 0.1
top_p: 0.14
top_k: 12
repetition_penalty: 1.1
```

# Recommended prompt template
```
<|im_start|>user\n{user message}<|im_end|>\n<|im_start|>assistant\n{assistant message}<|endoftext|>
```
# Evaluation
This model will be submitted to the Open LLM Leaderboard.