Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ datasets:
|
|
19 |
<img src="https://huggingface.co/Mabeck/Heidrun-Mistral-7B-chat/resolve/main/heidrun.jpeg" alt="Heidrun Logo" width="400">
|
20 |
|
21 |
# Model description
|
22 |
-
Heidrun-Mistral-7B-chat is a chat-model based on Heidrun-Mistral-7B-base, finetuned on danish-OpenHermes and skoleGPT for a instruction/chat format.
|
23 |
|
24 |
|
25 |
# Datasets
|
@@ -30,7 +30,19 @@ Most of the data has been machine-translated and may contain incorrect responses
|
|
30 |
# Samples
|
31 |
|
32 |
This model uses the ChatML format. Using other formats will severely degrade the models performance.
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
# Uploaded model
|
36 |
|
|
|
19 |
<img src="https://huggingface.co/Mabeck/Heidrun-Mistral-7B-chat/resolve/main/heidrun.jpeg" alt="Heidrun Logo" width="400">
|
20 |
|
21 |
# Model description
|
22 |
+
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.
|
23 |
|
24 |
|
25 |
# Datasets
|
|
|
30 |
# Samples
|
31 |
|
32 |
This model uses the ChatML format. Using other formats will severely degrade the models performance.
|
33 |
+
ChatML format:
|
34 |
+
```
|
35 |
+
<|im_start|>system
|
36 |
+
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.
|
37 |
+
<|im_end|>
|
38 |
+
<|im_start|>user
|
39 |
+
How are you?<|im_end|>
|
40 |
+
<|im_start|>assistant
|
41 |
+
I am doing well!<|im_end|>
|
42 |
+
<|im_start|>user
|
43 |
+
Please tell me about how mistral winds have attracted super-orcas.<|im_end|>
|
44 |
+
<|im_start|>assistant
|
45 |
+
```
|
46 |
|
47 |
# Uploaded model
|
48 |
|