Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,13 @@ tags:
|
|
4 |
- simplification
|
5 |
license: apache-2.0
|
6 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
This is the Finnish GPT3 XL model (https://huggingface.co/TurkuNLP/gpt3-finnish-xl/) finetuned for simplification. Finetuning was done according to these instructions: https://github.com/spyysalo/instruction-finetune. The instruction for simplification is "Mukauta selkosuomeksi\n\n".
|
|
|
4 |
- simplification
|
5 |
license: apache-2.0
|
6 |
pipeline_tag: text-generation
|
7 |
+
widget:
|
8 |
+
- text: "Mukauta selkosuomeksi\n\nVoidakseen osallistua opiskelijan täytyy ilmoittautua etukäteen\n\n"
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
do_sample: True
|
12 |
+
temperature: 0.7
|
13 |
+
max_new_tokens: 100
|
14 |
---
|
15 |
|
16 |
This is the Finnish GPT3 XL model (https://huggingface.co/TurkuNLP/gpt3-finnish-xl/) finetuned for simplification. Finetuning was done according to these instructions: https://github.com/spyysalo/instruction-finetune. The instruction for simplification is "Mukauta selkosuomeksi\n\n".
|