Update README.md
Browse files
README.md
CHANGED
@@ -16,13 +16,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the samsum dataset.
|
18 |
|
|
|
19 |
## Model description
|
20 |
|
21 |
-
|
22 |
|
23 |
## Intended uses & limitations
|
24 |
|
25 |
-
|
|
|
26 |
|
27 |
## Training and evaluation data
|
28 |
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the samsum dataset.
|
18 |
|
19 |
+
|
20 |
## Model description
|
21 |
|
22 |
+
The model is a fine-tuned version of Llama-2-7b-chat-hf using int8 quantization and LoRA. By using this configuration, approximately 6% of parameters are trainable.
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
It is intended to improve the summarisation capacities of Llama 2 7B on dialogs, expecting to produce a concise brief.
|
27 |
+
As it is trained on the dataset SamSum, the terms of use are limited to those of the non-commercial licence: CC BY-NC-ND 4.0
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|