File size: 1,596 Bytes
f2ff7fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9185a1c
 
f2ff7fc
9185a1c
f2ff7fc
b0892c6
 
f2ff7fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b0892c6
 
 
f2ff7fc
 
 
 
 
 
 
b0892c6
 
 
 
 
 
f2ff7fc
 
 
 
 
 
 
 
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
---
license: mit
base_model: gpt2
tags:
- generated_from_trainer
model-index:
- name: gpt2-finetuned-wikitext2
  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-finetuned-wikitext2

**THE GITHUB REPO OF THIS MODEL [HERE](https://github.com/lengoctuong/Research-Transformer-and-fine_tune-GPT2).**

This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.

It achieves the following results on the evaluation set:
- Loss: 3.3943
- Perplexity: 29.7930

## 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: 2e-05
- train_batch_size: 32
- eval_batch_size: 32
- optimizer: AdamW
- lr_scheduler_type: linear
- num_epochs: 3.0

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 3.9315        | 1.0   | 49   | 3.6200          |
| 3.8128        | 1.0   | 112  | 3.4878          |
| 3.5448        | 2.0   | 195  | 3.4476          |
| 3.4743        | 2.0   | 258  | 3.4325          |
| 3.5040        | 3.0   | 391  | 3.4216          |
| 3.4371        | 3.0   | 404  | 3.4142          |


### Framework versions

- Transformers 4.32.0
- Pytorch 2.0.1+cu118
- Datasets 2.14.4
- Tokenizers 0.13.3