sarch7040 commited on
Commit
9b4bf86
·
verified ·
1 Parent(s): f9c35d3

End of training

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: facebook/m2m100_418M
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: M2M101
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
+ # M2M101
18
+
19
+ This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6766
22
+ - Bleu: 15.3416
23
+ - Meteor: 0.4723
24
+ - Gen Len: 28.0271
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 20
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Meteor | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|
56
+ | No log | 1.0 | 74 | 5.8261 | 1.1786 | 0.1997 | 36.3831 |
57
+ | No log | 2.0 | 148 | 4.6170 | 2.648 | 0.2657 | 37.6068 |
58
+ | No log | 3.0 | 222 | 3.5128 | 5.7069 | 0.3217 | 32.2169 |
59
+ | No log | 4.0 | 296 | 2.5281 | 6.3134 | 0.3547 | 31.8576 |
60
+ | No log | 5.0 | 370 | 1.7177 | 8.5036 | 0.38 | 29.9729 |
61
+ | No log | 6.0 | 444 | 1.1666 | 10.1169 | 0.3925 | 28.0678 |
62
+ | 3.5641 | 7.0 | 518 | 0.8702 | 10.4207 | 0.4246 | 31.1051 |
63
+ | 3.5641 | 8.0 | 592 | 0.7376 | 12.6153 | 0.431 | 28.6339 |
64
+ | 3.5641 | 9.0 | 666 | 0.6901 | 13.2966 | 0.4503 | 29.2373 |
65
+ | 3.5641 | 10.0 | 740 | 0.6713 | 11.9772 | 0.4396 | 30.5661 |
66
+ | 3.5641 | 11.0 | 814 | 0.6651 | 14.0436 | 0.4506 | 30.2 |
67
+ | 3.5641 | 12.0 | 888 | 0.6678 | 13.2632 | 0.4514 | 31.0542 |
68
+ | 3.5641 | 13.0 | 962 | 0.6677 | 14.0924 | 0.4563 | 29.278 |
69
+ | 0.5121 | 14.0 | 1036 | 0.6693 | 14.746 | 0.4651 | 28.4068 |
70
+ | 0.5121 | 15.0 | 1110 | 0.6698 | 14.9278 | 0.4677 | 28.5153 |
71
+ | 0.5121 | 16.0 | 1184 | 0.6700 | 14.7431 | 0.4674 | 28.9288 |
72
+ | 0.5121 | 17.0 | 1258 | 0.6744 | 15.2934 | 0.4701 | 28.8678 |
73
+ | 0.5121 | 18.0 | 1332 | 0.6741 | 15.6776 | 0.4712 | 28.3492 |
74
+ | 0.5121 | 19.0 | 1406 | 0.6772 | 14.942 | 0.4707 | 28.9695 |
75
+ | 0.5121 | 20.0 | 1480 | 0.6766 | 15.3416 | 0.4723 | 28.0271 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.45.1
81
+ - Pytorch 2.4.0
82
+ - Datasets 3.0.1
83
+ - Tokenizers 0.20.0
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "max_length": 200,
7
+ "num_beams": 5,
8
+ "pad_token_id": 1,
9
+ "transformers_version": "4.45.1"
10
+ }
runs/Oct13_04-03-16_7afee8f5ccfd/events.out.tfevents.1728792198.7afee8f5ccfd.30.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bd4dbce829fcd261ea6ee0e3daec799660ab5ade13d85305b92ba81475b9326
3
- size 13720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f97b4040bc8d9cd97dc5d9f5f5df5e30852d252a6a7c69db9c5ac90bdf635f8
3
+ size 14494