Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
@@ -9,14 +9,31 @@ tags:
|
|
9 |
- mistral
|
10 |
- trl
|
11 |
base_model: Mabeck/Heidrun-Mistral-7B-base
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# Uploaded model
|
15 |
|
16 |
- **Developed by:** Mabeck
|
17 |
-
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** Mabeck/Heidrun-Mistral-7B-base
|
19 |
|
20 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
- da
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
|
|
9 |
- mistral
|
10 |
- trl
|
11 |
base_model: Mabeck/Heidrun-Mistral-7B-base
|
12 |
+
datasets:
|
13 |
+
- oscar
|
14 |
+
- Mabeck/danish-OpenHermes
|
15 |
+
- kobprof/skolegpt-instruct
|
16 |
---
|
17 |
|
18 |
+
# Model description
|
19 |
+
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.
|
20 |
+
|
21 |
+
|
22 |
+
# Datasets
|
23 |
+
This model is trained on Danish instruction datasets, which have not been safeguarded or alligned.
|
24 |
+
|
25 |
+
Most of the data has been machine-translated and may contain incorrect responses.
|
26 |
+
|
27 |
+
# Samples
|
28 |
+
|
29 |
+
This model uses the ChatML format. Using other formats will severely degrade the models performance.
|
30 |
+
|
31 |
+
|
32 |
# Uploaded model
|
33 |
|
34 |
- **Developed by:** Mabeck
|
|
|
35 |
- **Finetuned from model :** Mabeck/Heidrun-Mistral-7B-base
|
36 |
|
37 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
38 |
|
39 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|