File size: 1,932 Bytes
8feaff5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
license: cc-by-nc-sa-4.0
tags:
- generated_from_trainer
model-index:
- name: gpt_16_5_3e-5_lp5_nb5
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# gpt_16_5_3e-5_lp5_nb5

This model is a fine-tuned version of [skt/kogpt2-base-v2](https://huggingface.co/skt/kogpt2-base-v2) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 3.9078

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 3e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 5.0

### Training results

| Training Loss | Epoch | Step  | Validation Loss |
|:-------------:|:-----:|:-----:|:---------------:|
| 3.3245        | 0.38  | 1000  | 4.0176          |
| 3.1222        | 0.76  | 2000  | 3.9845          |
| 2.9992        | 1.13  | 3000  | 3.9635          |
| 2.8843        | 1.51  | 4000  | 3.9377          |
| 2.882         | 1.89  | 5000  | 3.9268          |
| 2.7411        | 2.27  | 6000  | 3.9208          |
| 2.7204        | 2.64  | 7000  | 3.9160          |
| 2.7106        | 3.02  | 8000  | 3.9171          |
| 2.5857        | 3.4   | 9000  | 3.9162          |
| 2.5863        | 3.78  | 10000 | 3.9037          |
| 2.5674        | 4.15  | 11000 | 3.9135          |
| 2.4901        | 4.53  | 12000 | 3.9125          |
| 2.505         | 4.91  | 13000 | 3.9078          |


### Framework versions

- Transformers 4.25.1
- Pytorch 1.9.0+cu102
- Datasets 2.8.0
- Tokenizers 0.13.2