File size: 2,343 Bytes
72f68da
389dfc8
72f68da
 
8fec73f
72f68da
 
 
 
 
 
 
 
 
 
389dfc8
72f68da
905dbb1
72f68da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63d3295
72f68da
 
 
 
63d3295
72f68da
 
 
 
 
905dbb1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72f68da
 
 
 
905dbb1
 
72f68da
 
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
71
72
73
74
75
76
77
78
79
80
---
license: mit
tags:
- generated_from_trainer
base_model: gpt2
model-index:
- name: gpt2-evy
  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. -->

# gpt2-evy

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

## 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: 5e-05
- train_batch_size: 2
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 30

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log        | 1.0   | 31   | 1.1270          |
| No log        | 2.0   | 62   | 0.9170          |
| No log        | 3.0   | 93   | 0.8410          |
| 1.3727        | 4.0   | 124  | 0.7949          |
| 1.3727        | 5.0   | 155  | 0.7361          |
| 1.3727        | 6.0   | 186  | 0.7021          |
| 0.9077        | 7.0   | 217  | 0.6789          |
| 0.9077        | 8.0   | 248  | 0.6490          |
| 0.9077        | 9.0   | 279  | 0.6346          |
| 0.7106        | 10.0  | 310  | 0.6219          |
| 0.7106        | 11.0  | 341  | 0.5986          |
| 0.7106        | 12.0  | 372  | 0.5797          |
| 0.5814        | 13.0  | 403  | 0.5835          |
| 0.5814        | 14.0  | 434  | 0.5872          |
| 0.5814        | 15.0  | 465  | 0.5741          |
| 0.5814        | 16.0  | 496  | 0.5749          |
| 0.4916        | 17.0  | 527  | 0.5662          |
| 0.4916        | 18.0  | 558  | 0.5529          |
| 0.4916        | 19.0  | 589  | 0.5672          |
| 0.4005        | 20.0  | 620  | 0.5646          |
| 0.4005        | 21.0  | 651  | 0.5701          |
| 0.4005        | 22.0  | 682  | 0.5650          |
| 0.357         | 23.0  | 713  | 0.5637          |


### Framework versions

- Transformers 4.41.0
- Pytorch 2.3.0+cu121
- Datasets 2.19.1
- Tokenizers 0.19.1