File size: 1,052 Bytes
85723f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: apache-2.0
tags:
  - autotrain
  - text-generation
base_model: Locutusque/TinyMistral-248M
datasets:
  - KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format
widget:
  - text: |-
      Find me a list of some nice places to visit around the world.

      ### Response:
  - text: |-
      Tell me a story.
      Once upon a time...

      ### Response:
inference:
  parameters:
    max_new_tokens: 32
    repetition_penalty: 1.15
    do_sample: true
    temperature: 0.5
    top_p: 0.5
---

# Locutusque's TinyMistral-248M trained on the Evol Instruct dataset using AutoTrain

- Base model: [Locutusque/TinyMistral-248M](https://huggingface.co/Locutusque/TinyMistral-248M)
- Dataset: [KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format](https://huggingface.co/datasets/KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format)

## Recommended Prompt Format

```
<instruction>

### Response:
```

## Recommended Inference Parameters

```yml
repetition_penalty: 1.15
do_sample: true
temperature: 0.5
top_p: 0.5
```