Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
---
|
2 |
-
GGUF variants of the Danish chat LLM by mhenrichsen: https://huggingface.co/mhenrichsen/danskgpt-tiny-chat
|
3 |
-
|
4 |
-
language:
|
5 |
-
- da
|
6 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
+
language: da
|
4 |
+
base_model: mhenrichsen/danskgpt-tiny
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
widget:
|
8 |
+
- text: "<|im_start|>system\nDu er en hjælpsom assistent.<|im_end|>\n<|im_start|>user\nHvad er skak?<|im_end|>\n<|im_start|>assistant"
|
9 |
+
example_title: "Skak"
|
10 |
+
- text: "<|im_start|>system\nDu er en hjælpsom assistent.<|im_end|>\n<|im_start|>user\nHvem har lavet dig?<|im_end|>\n<|im_start|>assistant"
|
11 |
+
example_title: "Skaber"
|
12 |
+
|
13 |
---
|
14 |
+
|
15 |
+
GGUF variants of the Danish chat LLM by mhenrichsen: https://huggingface.co/mhenrichsen/danskgpt-tiny-chat
|