DunnBC22 commited on
Commit
1e22103
1 Parent(s): 516cbce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -19,8 +19,11 @@ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingf
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.2342
21
  - Bleu: 35.5931
22
- - Rouge: {'rouge1': 0.5803386608353808, 'rouge2': 0.3939141514072567, 'rougeL': 0.5438629663406402, 'rougeLsum': 0.544153348468965}
23
- - Meteor: {'meteor': 0.5500546034636025}
 
 
 
24
 
25
  ## Model description
26
 
@@ -49,10 +52,11 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge | Meteor |
53
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------:|:------------------------------:|
54
- | 1.7738 | 1.0 | 900 | 1.2342 | 35.7436 | {'rouge1': 0.5805815969432273, 'rouge2': 0.3941222478624937, 'rougeL': 0.544162316313326, 'rougeLsum': 0.5444260344836553} | {'meteor': 0.5511605039667078} |
55
 
 
56
 
57
  ### Framework versions
58
 
 
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.2342
21
  - Bleu: 35.5931
22
+ - Rouge1: 0.5803386608353808
23
+ - Rouge2: 0.3939141514072567
24
+ - RougeL: 0.5438629663406402
25
+ - RougeLsum: 0.544153348468965
26
+ - Meteor: 0.5500546034636025
27
 
28
  ## Model description
29
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge1 | Rouge2 | RougeL | RougeLsum | Meteor |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|
57
+ | 1.7738 | 1.0 | 900 | 1.2342 | 35.7436 | 0.5806 | 0.3941 | 0.5442 | 0.5444 | 0.5512 |
58
 
59
+ * All values in the chart above are rounded to near ten-thousandth.
60
 
61
  ### Framework versions
62