Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,9 @@ base_model: casperhansen/llama-3-70b-fp16
|
|
3 |
tags:
|
4 |
- llama
|
5 |
- NorskGPT
|
6 |
-
- instruct
|
7 |
-
- finetune
|
8 |
- qlora
|
|
|
|
|
9 |
language:
|
10 |
- 'no'
|
11 |
license: cc-by-nc-sa-4.0
|
@@ -14,7 +14,7 @@ license: cc-by-nc-sa-4.0
|
|
14 |
|
15 |
# NorskGPT-Llama-3-70b-v0.1-adapter
|
16 |
|
17 |
-
This is a Norwegian adapter for [Llama-3-70b-fp16](casperhansen/llama-3-70b-fp16),
|
18 |
|
19 |
|
20 |
## Intended Use
|
@@ -23,19 +23,6 @@ This model is free to use for personal and research use. However a commercial li
|
|
23 |
This model can be used as an assistant-like chat. Try it out :)
|
24 |
|
25 |
|
26 |
-
## Prompt Template
|
27 |
-
|
28 |
-
```
|
29 |
-
### Instruction:
|
30 |
-
Summarize following text.
|
31 |
-
### Input:
|
32 |
-
Text to be summarized
|
33 |
-
### Response:
|
34 |
-
```
|
35 |
-
## How to run the model
|
36 |
-
|
37 |
-
A guide will be released in the following week.
|
38 |
-
|
39 |
|
40 |
## Limitations
|
41 |
* This is an LLM, not a knowledge model. It can not be expected to have more information about Norway than the base model.
|
|
|
3 |
tags:
|
4 |
- llama
|
5 |
- NorskGPT
|
|
|
|
|
6 |
- qlora
|
7 |
+
- base model
|
8 |
+
- Norwegian
|
9 |
language:
|
10 |
- 'no'
|
11 |
license: cc-by-nc-sa-4.0
|
|
|
14 |
|
15 |
# NorskGPT-Llama-3-70b-v0.1-adapter
|
16 |
|
17 |
+
This is a Norwegian adapter for [Llama-3-70b-fp16](casperhansen/llama-3-70b-fp16), where the model was trained on 1M tokens from Norwegian text. It should be used as a base model, that would need more training in order to be able to chat with the user.
|
18 |
|
19 |
|
20 |
## Intended Use
|
|
|
23 |
This model can be used as an assistant-like chat. Try it out :)
|
24 |
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Limitations
|
28 |
* This is an LLM, not a knowledge model. It can not be expected to have more information about Norway than the base model.
|