File size: 1,785 Bytes
dcb6f14
 
 
d48c6e2
dcb6f14
 
 
 
 
 
 
d48c6e2
 
 
 
dcb6f14
 
2faefbb
120acc7
d81d0ca
d48c6e2
261b40c
d48c6e2
 
 
 
 
 
 
 
 
 
261b40c
 
 
 
 
 
 
 
 
 
 
 
 
d48c6e2
dcb6f14
 
 
 
 
 
 
d48c6e2
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
50
51
52
53
54
---
language:
- en
- da
tags:
- text-generation-inference
- transformers
- unsloth
- mistral
- trl
base_model: Mabeck/Heidrun-Mistral-7B-base
datasets:
- oscar
- Mabeck/danish-OpenHermes
- kobprof/skolegpt-instruct
---


<img src="https://huggingface.co/Mabeck/Heidrun-Mistral-7B-chat/resolve/main/heidrun.jpeg" alt="Heidrun Logo" width="400">

# Model description
Heidrun-Mistral-7B-chat is a chat-model based on [Heidrun-Mistral-7B-base](https://huggingface.co/Mabeck/Heidrun-Mistral-7B-base), finetuned on [danish-OpenHermes](https://huggingface.co/datasets/Mabeck/danish-OpenHermes) and [skoleGPT](https://huggingface.co/datasets/kobprof/skolegpt-instruct) for a instruction/chat format.


# Datasets
This model is trained on Danish instruction datasets, which have not been safeguarded or alligned.

Most of the data has been machine-translated and may contain incorrect responses.

# Samples

This model uses the ChatML format. Using other formats will severely degrade the models performance.
ChatML format: 
```
<|im_start|>system
Du er en hjælpsom AI-assistent, der svarer på spørgsmål som en bruger stiller dig. Tænk over spørgsmålet og uddyb dit svar.
<|im_end|>
<|im_start|>user
How are you?<|im_end|>
<|im_start|>assistant
I am doing well!<|im_end|>
<|im_start|>user
Please tell me about how mistral winds have attracted super-orcas.<|im_end|>
<|im_start|>assistant
```

# Uploaded  model

- **Developed by:** Mabeck
- **Finetuned from model :** Mabeck/Heidrun-Mistral-7B-base

This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)