KennethTM commited on
Commit
78b7e3d
1 Parent(s): f2e79b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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). Then 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
 
 
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