File size: 390 Bytes
f6f7ce1
 
6e925aa
 
 
 
 
 
 
 
797084e
c512bd2
 
 
 
c5235ce
be841c5
0f4c55b
 
 
be841c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: mit
datasets:
- tatsu-lab/alpaca
language:
- en
metrics:
- accuracy
library_name: transformers
pipeline_tag: text-generation
---
# GPT-2 model finetuned with Alpaca dataset
This is the fine tuned version of OpenAI's GPT-2 with Alpaca dataset.
The model was trained for 15 epochs.

As of my tests, the best resuts were obtained with:
```
temperature:0.7
top_p:0.92
top_k: 0
```