NetherQuartz commited on
Commit
7e93c3f
·
verified ·
1 Parent(s): 7e08f40

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-fr-en
5
- tags:
6
- - translation
7
- - generated_from_trainer
8
- metrics:
9
- - bleu
10
- model-index:
11
- - name: tatoeba-fr-tok
12
- results: []
13
- language:
14
- - fr
15
- - tok
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-fr-tok
24
-
25
- This model is a fine-tuned version of [Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en) on an unknown dataset.
26
- It achieves the following results on the evaluation set:
27
- - Loss: 0.5510
28
- - Bleu: 52.3650
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.0519 | 1.0 | 1191 | 0.8223 | 40.6014 |
61
- | 0.8066 | 2.0 | 2382 | 0.6942 | 42.0198 |
62
- | 0.6842 | 3.0 | 3573 | 0.6396 | 47.7721 |
63
- | 0.6268 | 4.0 | 4764 | 0.6117 | 48.8618 |
64
- | 0.5828 | 5.0 | 5955 | 0.5909 | 49.8247 |
65
- | 0.5477 | 6.0 | 7146 | 0.5773 | 50.5459 |
66
- | 0.5233 | 7.0 | 8337 | 0.5708 | 51.2196 |
67
- | 0.5005 | 8.0 | 9528 | 0.5618 | 51.4118 |
68
- | 0.4813 | 9.0 | 10719 | 0.5590 | 51.7320 |
69
- | 0.4689 | 10.0 | 11910 | 0.5551 | 51.8354 |
70
- | 0.4562 | 11.0 | 13101 | 0.5534 | 52.1018 |
71
- | 0.4456 | 12.0 | 14292 | 0.5523 | 52.0824 |
72
- | 0.438 | 13.0 | 15483 | 0.5519 | 52.1624 |
73
- | 0.4298 | 14.0 | 16674 | 0.5516 | 52.3580 |
74
- | 0.4269 | 15.0 | 17865 | 0.5510 | 52.4114 |
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-fr-en
5
+ tags:
6
+ - translation
7
+ - generated_from_trainer
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: tatoeba-fr-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-fr-tok
19
+
20
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6225
23
+ - Bleu: 47.8803
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.1114 | 1.0 | 1167 | 0.8982 | 37.0049 |
56
+ | 0.8626 | 2.0 | 2334 | 0.7635 | 42.3598 |
57
+ | 0.7411 | 3.0 | 3501 | 0.7142 | 43.3202 |
58
+ | 0.6872 | 4.0 | 4668 | 0.6826 | 45.2163 |
59
+ | 0.6436 | 5.0 | 5835 | 0.6596 | 46.2536 |
60
+ | 0.6095 | 6.0 | 7002 | 0.6495 | 47.2469 |
61
+ | 0.5828 | 7.0 | 8169 | 0.6398 | 44.2553 |
62
+ | 0.5626 | 8.0 | 9336 | 0.6323 | 46.5712 |
63
+ | 0.542 | 9.0 | 10503 | 0.6306 | 47.7902 |
64
+ | 0.528 | 10.0 | 11670 | 0.6264 | 46.9619 |
65
+ | 0.512 | 11.0 | 12837 | 0.6247 | 47.1636 |
66
+ | 0.5036 | 12.0 | 14004 | 0.6226 | 47.9356 |
67
+ | 0.4924 | 13.0 | 15171 | 0.6232 | 47.5674 |
68
+ | 0.4848 | 14.0 | 16338 | 0.6226 | 47.6125 |
69
+ | 0.4824 | 15.0 | 17505 | 0.6225 | 47.5300 |
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:3ff3066426d084c5df3288ec592a376c8537117510223e82c736757f97b1dec1
3
  size 298705768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e5dc09cf61d1a072dda21afa95b67bb492605639763d21d672ccb4c90ea3790
3
  size 298705768
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed620ffa60bd89a3430e9a323d7cd1e9925483885d950bdc43dfd82b160ebf77
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fdfd55504014eb163f30033bb2a075de8189e563dc580d147564e766da81334
3
  size 5841