File size: 1,621 Bytes
85723f7 1490091 85723f7 124459b ca532bc 85723f7 0a82167 49a7e98 0a82167 57196e2 85723f7 b01aa48 85723f7 1490091 85723f7 1490091 321787e 1490091 85723f7 124459b 85723f7 0a82167 |
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 |
---
license: apache-2.0
tags:
- autotrain
- text-generation
base_model: Locutusque/TinyMistral-248M
datasets:
- WizardLM/WizardLM_evol_instruct_V2_196k
- KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format
widget:
- text: |-
### Instruction:
Write the specs of a game about trolls and warriors in a fantasy world.
### Response:
- text: |-
### Instruction:
Tell me all you know about the Earth.
### Response:
- text: |-
### Instruction:
How to become more healthy?
### Response:
inference:
parameters:
max_new_tokens: 64
repetition_penalty: 1.18
---
# Locutusque's TinyMistral-248M trained on the Evol Instruct dataset
- Base model: [Locutusque/TinyMistral-248M](https://huggingface.co/Locutusque/TinyMistral-248M)
- Dataset: [WizardLM/WizardLM_evol_instruct_V2_196k](https://huggingface.co/datasets/WizardLM/WizardLM_evol_instruct_V2_196k)
- Trained with [AutoTrain Advanced](https://github.com/huggingface/autotrain-advanced) using [these parameters](https://huggingface.co/Felladrin/TinyMistral-248M-Evol-Instruct/blob/321787e81e2eb0392d7ce2715154fb9c254e39b1/training_params.json) and [this CSV file](https://huggingface.co/datasets/KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format/blob/93aa373501f829449f23efc91b3ac6e7a60a4d70/all_instructions.csv)
- Availability in other ML formats:
- GGUF: [Felladrin/gguf-TinyMistral-248M-Evol-Instruct](https://huggingface.co/Felladrin/gguf-TinyMistral-248M-Evol-Instruct)
## Recommended Prompt Format
```
### Instruction:
<instruction>
### Response:
``` |