DunnBC22 commited on
Commit
16e1c56
1 Parent(s): c34dbf3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - translation
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ - rouge
9
+ model-index:
10
+ - name: mbart-large-50-English_Spanish_Translation
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
+ # mbart-large-50-English_Spanish_Translation
18
+
19
+ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0290
22
+ - Bleu: 41.4437
23
+ - Rouge: {'rouge1': 0.6751402780531002, 'rouge2': 0.49769602014143044, 'rougeL': 0.6371513427059108, 'rougeLsum': 0.6376403149816605}
24
+ - Meteor: {'meteor': 0.6479226630466496}
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: 2e-05
44
+ - train_batch_size: 32
45
+ - eval_batch_size: 32
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 2
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge | Meteor |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:----------------------------------------------------------------------------------------------------------------------------:|:------------------------------:|
55
+ | 1.5608 | 1.0 | 900 | 1.0899 | 39.9184 | {'rouge1': 0.6645461901016299, 'rouge2': 0.48457734138815345, 'rougeL': 0.6254335531454508, 'rougeLsum': 0.6258737583448748} | {'meteor': 0.6376166612731494} |
56
+ | 0.9734 | 2.0 | 1800 | 1.0290 | 41.4436 | {'rouge1': 0.6751348620702116, 'rouge2': 0.4976855704059807, 'rougeL': 0.6371345376462452, 'rougeLsum': 0.6376186633843448} | {'meteor': 0.6479188510808377} |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.22.2
62
+ - Pytorch 1.12.1
63
+ - Datasets 2.5.2
64
+ - Tokenizers 0.12.1