abdouaziiz commited on
Commit
c10613c
1 Parent(s): d2512e2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: m2m100_lr_2e5_gradd_accum_2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # m2m100_lr_2e5_gradd_accum_2
16
+
17
+ This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.2890
20
+ - Bleu: 10.7134
21
+ - Gen Len: 45.3067
22
+ - Meteor: 0.3064
23
+ - Chrf: 33.9112
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: 12
44
+ - eval_batch_size: 12
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 24
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 32.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len | Meteor | Chrf |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:------:|:-------:|
56
+ | 3.3178 | 7.94 | 2406 | 2.7937 | 9.2429 | 47.6707 | 0.2869 | 31.5031 |
57
+ | 1.6761 | 15.88 | 4812 | 2.8455 | 10.5222 | 46.2192 | 0.3047 | 33.4306 |
58
+ | 1.0433 | 23.82 | 7218 | 3.0691 | 10.4711 | 46.6063 | 0.3042 | 33.6469 |
59
+ | 0.6522 | 31.76 | 9624 | 3.2890 | 10.7134 | 45.3067 | 0.3064 | 33.9112 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.30.2
65
+ - Pytorch 1.11.0+cu113
66
+ - Datasets 2.10.0
67
+ - Tokenizers 0.12.1