Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ A fine-tuned GPT-2 model (small version, 124 M parameters) for generating respon
|
|
12 |
|
13 |
# How to use
|
14 |
|
15 |
-
The model is based on the [gpt2-small-danish model](https://huggingface.co/KennethTM/gpt2-small-danish).
|
16 |
|
17 |
Test the model using the pipeline from the [🤗 Transformers](https://github.com/huggingface/transformers) library:
|
18 |
|
|
|
12 |
|
13 |
# How to use
|
14 |
|
15 |
+
The model is based on the [gpt2-small-danish model](https://huggingface.co/KennethTM/gpt2-small-danish). Supervised fine-tuning is applied to adapt the model to generate responses to customer reviews in Danish. A prompting template is applied to the examples used to train (see the example below).
|
16 |
|
17 |
Test the model using the pipeline from the [🤗 Transformers](https://github.com/huggingface/transformers) library:
|
18 |
|