IAmSkyDra commited on
Commit
a7b9a58
·
verified ·
1 Parent(s): 169cabf

End of training

Browse files
Files changed (2) hide show
  1. README.md +76 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: VietAI/vit5-large
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - sacrebleu
9
+ model-index:
10
+ - name: BaViT_Large_Finetune_v0
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # BaViT_Large_Finetune_v0
18
+
19
+ This model is a fine-tuned version of [VietAI/vit5-large](https://huggingface.co/VietAI/vit5-large) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4909
22
+ - Sacrebleu: 11.1985
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 15
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|
54
+ | 0.4969 | 1.0 | 2922 | 0.4594 | 6.2638 |
55
+ | 0.4322 | 2.0 | 5844 | 0.4101 | 8.4455 |
56
+ | 0.3585 | 3.0 | 8766 | 0.3905 | 9.4839 |
57
+ | 0.315 | 4.0 | 11688 | 0.3867 | 10.0488 |
58
+ | 0.2831 | 5.0 | 14610 | 0.3877 | 10.4073 |
59
+ | 0.2541 | 6.0 | 17532 | 0.3939 | 10.5730 |
60
+ | 0.2136 | 7.0 | 20454 | 0.4032 | 10.8551 |
61
+ | 0.1985 | 8.0 | 23376 | 0.4167 | 10.8040 |
62
+ | 0.1775 | 9.0 | 26298 | 0.4268 | 10.8393 |
63
+ | 0.1597 | 10.0 | 29220 | 0.4394 | 10.8971 |
64
+ | 0.143 | 11.0 | 32142 | 0.4533 | 10.9369 |
65
+ | 0.1396 | 12.0 | 35064 | 0.4673 | 11.0112 |
66
+ | 0.1258 | 13.0 | 37986 | 0.4771 | 11.1620 |
67
+ | 0.1178 | 14.0 | 40908 | 0.4849 | 11.1513 |
68
+ | 0.1109 | 15.0 | 43830 | 0.4909 | 11.1985 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.48.1
74
+ - Pytorch 2.5.1+cu124
75
+ - Datasets 3.2.0
76
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.48.1"
6
+ }