NetherQuartz commited on
Commit
7105167
·
verified ·
1 Parent(s): 9c9a2bd

End of training

Browse files
Files changed (3) hide show
  1. README.md +77 -0
  2. generation_config.json +16 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +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-ru-tok
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-ru-tok
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: 0.5257
23
+ - Bleu: 52.2949
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
+ | 0.9951 | 1.0 | 1191 | 0.7772 | 40.9978 |
56
+ | 0.761 | 2.0 | 2382 | 0.6573 | 45.9123 |
57
+ | 0.6454 | 3.0 | 3573 | 0.6117 | 47.7576 |
58
+ | 0.5911 | 4.0 | 4764 | 0.5803 | 49.1009 |
59
+ | 0.55 | 5.0 | 5955 | 0.5633 | 49.7833 |
60
+ | 0.5162 | 6.0 | 7146 | 0.5493 | 50.5761 |
61
+ | 0.4937 | 7.0 | 8337 | 0.5453 | 50.9118 |
62
+ | 0.473 | 8.0 | 9528 | 0.5363 | 51.4341 |
63
+ | 0.4524 | 9.0 | 10719 | 0.5331 | 51.5874 |
64
+ | 0.442 | 10.0 | 11910 | 0.5320 | 51.8052 |
65
+ | 0.4308 | 11.0 | 13101 | 0.5279 | 52.0442 |
66
+ | 0.42 | 12.0 | 14292 | 0.5276 | 52.2005 |
67
+ | 0.412 | 13.0 | 15483 | 0.5257 | 52.2949 |
68
+ | 0.4048 | 14.0 | 16674 | 0.5269 | 52.4032 |
69
+ | 0.4031 | 15.0 | 17865 | 0.5262 | 52.4541 |
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
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 62517
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 62517,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 6,
13
+ "pad_token_id": 62517,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.52.4"
16
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c54822f71f23ed86302312c091636307e5dd51ec2c37a8d987450f86874e4321
3
  size 304869976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a127624526f2597418df825808869b5165626b9a2f19d9b39c4f1b858c1a81e
3
  size 304869976