dakwi commited on
Commit
2d77a45
1 Parent(s): b05759e

End of training

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: gpt2-medium
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: chessgpt-medium-m
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # chessgpt-medium-m
16
+
17
+ This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.9777
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0003
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 64
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.2
47
+ - num_epochs: 1
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 1.6517 | 0.08 | 250 | 1.5222 |
55
+ | 1.4486 | 0.16 | 500 | 1.3596 |
56
+ | 1.3463 | 0.24 | 750 | 1.2706 |
57
+ | 1.2623 | 0.32 | 1000 | 1.1986 |
58
+ | 1.2115 | 0.4 | 1250 | 1.1483 |
59
+ | 1.167 | 0.48 | 1500 | 1.1158 |
60
+ | 1.1327 | 0.56 | 1750 | 1.0757 |
61
+ | 1.1058 | 0.64 | 2000 | 1.0555 |
62
+ | 1.0798 | 0.72 | 2250 | 1.0320 |
63
+ | 1.0585 | 0.8 | 2500 | 1.0099 |
64
+ | 1.0435 | 0.88 | 2750 | 0.9929 |
65
+ | 1.0276 | 0.96 | 3000 | 0.9811 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.44.2
71
+ - Pytorch 2.4.0+cu121
72
+ - Datasets 2.21.0
73
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 0.9776549935340881,
4
+ "eval_runtime": 458.7571,
5
+ "eval_samples": 25000,
6
+ "eval_samples_per_second": 54.495,
7
+ "eval_steps_per_second": 6.812,
8
+ "perplexity": 2.658215395086949,
9
+ "total_flos": 1.2942285813252096e+17,
10
+ "train_loss": 1.2280796801757812,
11
+ "train_runtime": 22032.6461,
12
+ "train_samples": 200000,
13
+ "train_samples_per_second": 9.077,
14
+ "train_steps_per_second": 0.142
15
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 0.9776549935340881,
4
+ "eval_runtime": 458.7571,
5
+ "eval_samples": 25000,
6
+ "eval_samples_per_second": 54.495,
7
+ "eval_steps_per_second": 6.812,
8
+ "perplexity": 2.658215395086949
9
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.44.2"
6
+ }
runs/Sep08_09-59-03_c126f53367b2/events.out.tfevents.1725812393.c126f53367b2.2690.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49137e5ded65010794cc95c239c8a6a4147f3d71e0216619804088f541a35160
3
+ size 359
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 1.2942285813252096e+17,
4
+ "train_loss": 1.2280796801757812,
5
+ "train_runtime": 22032.6461,
6
+ "train_samples": 200000,
7
+ "train_samples_per_second": 9.077,
8
+ "train_steps_per_second": 0.142
9
+ }