NetherQuartz commited on
Commit
0ac855a
·
verified ·
1 Parent(s): 5d42cc7

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: apache-2.0
4
- base_model: Helsinki-NLP/opus-mt-en-ru
5
- tags:
6
- - translation
7
- - generated_from_trainer
8
- metrics:
9
- - bleu
10
- model-index:
11
- - name: tatoeba-tok-ru
12
- results: []
13
- language:
14
- - tok
15
- - ru
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-ru
24
-
25
- This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru) on an unknown dataset.
26
- It achieves the following results on the evaluation set:
27
- - Loss: 1.2814
28
- - Bleu: 20.1964
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.8552 | 1.0 | 1191 | 1.5926 | 15.4114 |
61
- | 1.5457 | 2.0 | 2382 | 1.4561 | 15.1718 |
62
- | 1.3759 | 3.0 | 3573 | 1.3928 | 17.4022 |
63
- | 1.2746 | 4.0 | 4764 | 1.3579 | 17.9203 |
64
- | 1.1881 | 5.0 | 5955 | 1.3325 | 16.7076 |
65
- | 1.1198 | 6.0 | 7146 | 1.3132 | 16.4193 |
66
- | 1.0649 | 7.0 | 8337 | 1.3032 | 15.8687 |
67
- | 1.0231 | 8.0 | 9528 | 1.2974 | 18.9312 |
68
- | 0.9834 | 9.0 | 10719 | 1.2912 | 19.6730 |
69
- | 0.9546 | 10.0 | 11910 | 1.2860 | 19.2357 |
70
- | 0.9249 | 11.0 | 13101 | 1.2850 | 19.9692 |
71
- | 0.9043 | 12.0 | 14292 | 1.2844 | 20.0704 |
72
- | 0.8841 | 13.0 | 15483 | 1.2814 | 20.1964 |
73
- | 0.8728 | 14.0 | 16674 | 1.2819 | 19.9601 |
74
- | 0.8677 | 15.0 | 17865 | 1.2815 | 20.2073 |
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: apache-2.0
4
+ base_model: Helsinki-NLP/opus-mt-en-ru
5
+ tags:
6
+ - translation
7
+ - generated_from_trainer
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: tatoeba-tok-ru
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-ru
19
+
20
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.4694
23
+ - Bleu: 20.4311
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
+ | 2.0538 | 1.0 | 1167 | 1.7944 | 7.2757 |
56
+ | 1.7461 | 2.0 | 2334 | 1.6562 | 14.4046 |
57
+ | 1.5644 | 3.0 | 3501 | 1.5849 | 15.8651 |
58
+ | 1.4611 | 4.0 | 4668 | 1.5486 | 16.9808 |
59
+ | 1.3698 | 5.0 | 5835 | 1.5209 | 15.9727 |
60
+ | 1.305 | 6.0 | 7002 | 1.5049 | 18.1714 |
61
+ | 1.2458 | 7.0 | 8169 | 1.4947 | 18.7180 |
62
+ | 1.2006 | 8.0 | 9336 | 1.4868 | 19.5074 |
63
+ | 1.1555 | 9.0 | 10503 | 1.4800 | 19.5799 |
64
+ | 1.1251 | 10.0 | 11670 | 1.4759 | 20.0295 |
65
+ | 1.091 | 11.0 | 12837 | 1.4741 | 20.1306 |
66
+ | 1.0701 | 12.0 | 14004 | 1.4710 | 19.7831 |
67
+ | 1.0433 | 13.0 | 15171 | 1.4715 | 20.5833 |
68
+ | 1.0359 | 14.0 | 16338 | 1.4694 | 20.3306 |
69
+ | 1.0263 | 15.0 | 17505 | 1.4702 | 20.3269 |
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:f2f493886734a0399627a28952737e76e7b182d7aed75b94cd233cc421ce07a7
3
  size 304869976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e7faed0b1e93ba0032b7ebb712cbba9f48d4221671430125a0c79d299c964a
3
  size 304869976
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5102ddca9397939812d5e28b7cde7f9a2eb877bd8e9fb826126194ccdc87ce2
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e542addaef2c16394535753e9e25943d262b9d5778a31187b7cd6d238fb0bb
3
  size 5841