DunnBC22 commited on
Commit
a60679e
1 Parent(s): e274f2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -6,12 +6,14 @@ tags:
6
  metrics:
7
  - bleu
8
  - rouge
 
9
  model-index:
10
  - name: mbart-large-50-English_Spanish_Translation
11
  results: []
12
  language:
13
  - en
14
  - es
 
15
  ---
16
 
17
  # mbart-large-50-English_Spanish_Translation
@@ -20,8 +22,12 @@ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingf
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
 
@@ -52,10 +58,10 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge | Meteor |
56
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:----------------------------------------------------------------------------------------------------------------------------:|:------------------------------:|
57
- | 1.5608 | 1.0 | 900 | 1.0899 | 39.9184 | {'rouge1': 0.6645461901016299, 'rouge2': 0.48457734138815345, 'rougeL': 0.6254335531454508, 'rougeLsum': 0.6258737583448748} | {'meteor': 0.6376166612731494} |
58
- | 0.9734 | 2.0 | 1800 | 1.0290 | 41.4436 | {'rouge1': 0.6751348620702116, 'rouge2': 0.4976855704059807, 'rougeL': 0.6371345376462452, 'rougeLsum': 0.6376186633843448} | {'meteor': 0.6479188510808377} |
59
 
60
 
61
  ### Framework versions
 
6
  metrics:
7
  - bleu
8
  - rouge
9
+ - meteor
10
  model-index:
11
  - name: mbart-large-50-English_Spanish_Translation
12
  results: []
13
  language:
14
  - en
15
  - es
16
+ pipeline_tag: translation
17
  ---
18
 
19
  # mbart-large-50-English_Spanish_Translation
 
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.0290
24
  - Bleu: 41.4437
25
+ - Rouge:
26
+ - Rouge1: 0.6751402780531002
27
+ - Rouge2: 0.49769602014143044
28
+ - RougeL: 0.6371513427059108
29
+ - RougeLsum: 0.6376403149816605
30
+ - Meteor: 0.6479226630466496
31
 
32
  ## Model description
33
 
 
58
 
59
  ### Training results
60
 
61
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge1 | Rouge2 | RougeL | RougeLsum | Meteor |
62
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-----:|:-----:|:-----:|:-----:|:-----:|
63
+ | 1.5608 | 1.0 | 900 | 1.0899 | 39.9184 | 0.6645 | 0.4846 | 0.6254 | 0.6259 | 0.6376 |
64
+ | 0.9734 | 2.0 | 1800 | 1.0290 | 41.4436 | 0.6751 | 0.4977 | 0.6371 | 0.6376 | 0.6479 |
65
 
66
 
67
  ### Framework versions