guo1006 commited on
Commit
d975724
·
verified ·
1 Parent(s): 75bca65

End of training

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: git-base-pokemon-captioning-generate
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # git-base-pokemon-captioning-generate
14
+
15
+ This model was trained from scratch on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1551
18
+ - Wer Score: 4.4399
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 2
42
+ - total_train_batch_size: 32
43
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 40
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer Score |
51
+ |:-------------:|:-------:|:----:|:---------------:|:---------:|
52
+ | 4.6973 | 4.1702 | 100 | 0.4374 | 15.2827 |
53
+ | 0.1366 | 8.3404 | 200 | 0.1118 | 4.2933 |
54
+ | 0.0431 | 12.5106 | 300 | 0.1225 | 4.5509 |
55
+ | 0.0115 | 16.6809 | 400 | 0.1358 | 5.0092 |
56
+ | 0.003 | 20.8511 | 500 | 0.1445 | 5.2642 |
57
+ | 0.0015 | 25.0 | 600 | 0.1506 | 4.6816 |
58
+ | 0.0012 | 29.1702 | 700 | 0.1537 | 4.3778 |
59
+ | 0.0011 | 33.3404 | 800 | 0.1542 | 4.1532 |
60
+ | 0.001 | 37.5106 | 900 | 0.1552 | 4.3699 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.56.1
66
+ - Pytorch 2.6.0+cu124
67
+ - Datasets 3.6.0
68
+ - Tokenizers 0.22.0
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 102
5
+ ],
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.56.1"
8
+ }