DunnBC22 commited on
Commit
324b170
1 Parent(s): fe0f2ee

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ - rouge
8
+ model-index:
9
+ - name: mbart-large-50-English_French_Translation_v2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mbart-large-50-English_French_Translation_v2
17
+
18
+ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3902
21
+ - Bleu: 35.1914
22
+ - Rouge: {'rouge1': 0.641952430267112, 'rouge2': 0.4572909036472911, 'rougeL': 0.607001331434416, 'rougeLsum': 0.6068905123656807}
23
+ - Meteor: {'meteor': 0.5916610499445853}
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: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge | Meteor |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:----------------------------------------------------------------------------------------------------------------------------:|:------------------------------:|
54
+ | 1.1677 | 1.0 | 750 | 0.3902 | 35.1914 | {'rouge1': 0.6419485887304972, 'rouge2': 0.45727961744986984, 'rougeL': 0.6069956611472951, 'rougeLsum': 0.6068859187671477} | {'meteor': 0.5916768663368279} |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.26.1
60
+ - Pytorch 1.12.1
61
+ - Datasets 2.9.0
62
+ - Tokenizers 0.12.1