NetherQuartz commited on
Commit
0af16cd
·
verified ·
1 Parent(s): 5300aac

End of training

Browse files
Files changed (3) hide show
  1. README.md +77 -82
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -1,82 +1,77 @@
1
- ---
2
- library_name: transformers
3
- license: cc-by-4.0
4
- base_model: Helsinki-NLP/opus-mt-ru-en
5
- tags:
6
- - translation
7
- - generated_from_trainer
8
- metrics:
9
- - bleu
10
- model-index:
11
- - name: tatoeba-tok-en
12
- results: []
13
- language:
14
- - tok
15
- - en
16
- datasets:
17
- - NetherQuartz/tatoeba-tokipona
18
- ---
19
-
20
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
21
- should probably proofread and complete it, then remove this comment. -->
22
-
23
- # tatoeba-tok-en
24
-
25
- This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en) on an unknown dataset.
26
- It achieves the following results on the evaluation set:
27
- - Loss: 1.2592
28
- - Bleu: 29.1279
29
-
30
- ## Model description
31
-
32
- More information needed
33
-
34
- ## Intended uses & limitations
35
-
36
- More information needed
37
-
38
- ## Training and evaluation data
39
-
40
- More information needed
41
-
42
- ## Training procedure
43
-
44
- ### Training hyperparameters
45
-
46
- The following hyperparameters were used during training:
47
- - learning_rate: 2e-05
48
- - train_batch_size: 64
49
- - eval_batch_size: 64
50
- - seed: 42
51
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
- - lr_scheduler_type: linear
53
- - num_epochs: 15
54
- - mixed_precision_training: Native AMP
55
-
56
- ### Training results
57
-
58
- | Training Loss | Epoch | Step | Validation Loss | Bleu |
59
- |:-------------:|:-----:|:-----:|:---------------:|:-------:|
60
- | 1.8219 | 1.0 | 1191 | 1.5580 | 19.0829 |
61
- | 1.5109 | 2.0 | 2382 | 1.4230 | 21.9843 |
62
- | 1.3393 | 3.0 | 3573 | 1.3615 | 24.0361 |
63
- | 1.2413 | 4.0 | 4764 | 1.3271 | 25.3217 |
64
- | 1.153 | 5.0 | 5955 | 1.3020 | 25.6161 |
65
- | 1.0914 | 6.0 | 7146 | 1.2895 | 26.3484 |
66
- | 1.0391 | 7.0 | 8337 | 1.2793 | 27.4374 |
67
- | 0.9976 | 8.0 | 9528 | 1.2725 | 26.6194 |
68
- | 0.9602 | 9.0 | 10719 | 1.2668 | 27.9413 |
69
- | 0.9298 | 10.0 | 11910 | 1.2638 | 27.9782 |
70
- | 0.9061 | 11.0 | 13101 | 1.2625 | 29.1200 |
71
- | 0.8829 | 12.0 | 14292 | 1.2605 | 28.6655 |
72
- | 0.866 | 13.0 | 15483 | 1.2595 | 28.9858 |
73
- | 0.8501 | 14.0 | 16674 | 1.2593 | 29.1486 |
74
- | 0.8468 | 15.0 | 17865 | 1.2592 | 29.0868 |
75
-
76
-
77
- ### Framework versions
78
-
79
- - Transformers 4.52.4
80
- - Pytorch 2.7.1+cu128
81
- - Datasets 3.6.0
82
- - Tokenizers 0.21.1
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-4.0
4
+ base_model: Helsinki-NLP/opus-mt-ru-en
5
+ tags:
6
+ - translation
7
+ - generated_from_trainer
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: tatoeba-tok-en
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # tatoeba-tok-en
19
+
20
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.4103
23
+ - Bleu: 24.8720
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
+ - seed: 42
46
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 15
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
55
+ | 1.9475 | 1.0 | 1167 | 1.7238 | 18.0675 |
56
+ | 1.6448 | 2.0 | 2334 | 1.5780 | 20.8358 |
57
+ | 1.4672 | 3.0 | 3501 | 1.5123 | 22.5640 |
58
+ | 1.3647 | 4.0 | 4668 | 1.4765 | 23.4342 |
59
+ | 1.2831 | 5.0 | 5835 | 1.4523 | 24.3822 |
60
+ | 1.2213 | 6.0 | 7002 | 1.4393 | 24.6540 |
61
+ | 1.1609 | 7.0 | 8169 | 1.4295 | 25.0382 |
62
+ | 1.1231 | 8.0 | 9336 | 1.4235 | 24.8617 |
63
+ | 1.076 | 9.0 | 10503 | 1.4165 | 23.6289 |
64
+ | 1.0489 | 10.0 | 11670 | 1.4162 | 25.8471 |
65
+ | 1.0174 | 11.0 | 12837 | 1.4112 | 25.1640 |
66
+ | 0.9961 | 12.0 | 14004 | 1.4114 | 22.6132 |
67
+ | 0.9735 | 13.0 | 15171 | 1.4110 | 25.1948 |
68
+ | 0.9597 | 14.0 | 16338 | 1.4103 | 23.6949 |
69
+ | 0.9519 | 15.0 | 17505 | 1.4107 | 24.2304 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.52.4
75
+ - Pytorch 2.7.1+cu128
76
+ - Datasets 3.6.0
77
+ - Tokenizers 0.21.1
 
 
 
 
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f9c9e93c07c4bf805a907feb7c8f61287fa6db155d24d0e4e66cf5365efb2d3
3
  size 304869976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c40e1b1e232bd6cbf8d457533adb71e62d7ee3c658a1617fa574ea961a04d8b
3
  size 304869976
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfe76f9d1737d86816cee8d48db63289ec1aeeb5dc5360f9fb96610da25d778a
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5beeb3d45df82c8dbf716f1f362a1a6cd1ebeb54c3f8205de7aeec1b0f7f1cd
3
  size 5841