File size: 540 Bytes
c6a8941 dc6c954 7a3b3cb 6a1cae7 c6a8941 b10e6ba 54b0d2c 6a92807 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: mit
language:
- en
datasets:
- tatsu-lab/alpaca
inference:
parameters:
temperature: 0.15
do_sample: True
top_p: 0.14
top_k: 45
max_new_tokens: 150
repetition_penalty: 1.1
---
"TurkuNLP/gpt3-finnish-xl" model finetuned with alpaca dataset
Prompt example:
```
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
who is Mark zuckerberg
### Response:
Mark Zuckerberg is a Facebook CEO and a privately owned Facebook business.
``` |