buzzcraft commited on
Commit
13a707f
β€’
1 Parent(s): f21ecd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: mistralai/Mistral-7B-v0.1
3
+ tags:
4
+ - mistral
5
+ - instruct
6
+ - finetune
7
+ - gguf
8
+ language:
9
+ - no
10
+
11
  license: cc-by-nc-sa-4.0
12
  ---
13
+
14
+ # NorskGPT-Mistral-7b-GGUF
15
+
16
+ This model is a Norwegian variant of Mistral-7b-v0.1, fine-tuned on a carefully selected mix of Norwegian instruction pairs. The model is tuned to understand and generate text in Norwegain.
17
+
18
+ If you are in need of other GGUF quants, feel free to open a discussion.
19
+
20
+ ## Intended Use
21
+ This model is intended for personal and research use in Norwegian and can be used as an assistant-like chat.
22
+
23
+ ## Prompt Template
24
+
25
+ ```
26
+ ### Instruction:
27
+ Summarize following text.
28
+ ### Input:
29
+ Text to be summarized
30
+ ### Response:
31
+ ```
32
+
33
+
34
+ ## Limitations
35
+ * This is an LLM, not a knowledge model. It can not be expected to have more information about Norway than the base model.
36
+ * It will generally preform better on tasks that involves summarization, question answering and chat, than on tasks that requires more knowledge about Norway, specific domains, or tasks where the model can answer freely.
37
+ * The model is released as is, and would in most cases need prompt tuning to achieve optimal results.
38
+ * The base model is lacking censorship, and our fine-tune do not directly address these issues. Therefor it's expected that the model can produce harmful/hateful content if prompted for it.
39
+
40
+ ## License
41
+ [Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/)
42
+ You are free to:
43
+
44
+ Share β€” copy and redistribute the material in any medium or format
45
+ Adapt β€” remix, transform, and build upon the material
46
+ The licensor cannot revoke these freedoms as long as you follow the license terms.
47
+
48
+ Under the following terms:
49
+
50
+ Attribution β€” You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
51
+ NonCommercial β€” You may not use the material for commercial purposes .
52
+ ShareAlike β€” If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
53
+ No additional restrictions β€” You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.