GuysTrans commited on
Commit
d3acd5c
1 Parent(s): 8d55f6a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Rouge1
24
  type: rouge
25
- value: 8.5193
26
  - name: Bleu
27
  type: bleu
28
- value: 0.0
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,15 +33,15 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  # bart-base-translate-en-vi
35
 
36
- This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the mt_eng_vietnamese dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.0211
39
- - Rouge1: 8.5193
40
- - Rouge2: 1.09
41
- - Rougel: 7.7119
42
- - Rougelsum: 7.7159
43
- - Bleu: 0.0
44
- - Gen Len: 20.0
45
 
46
  ## Model description
47
 
@@ -71,9 +71,9 @@ The following hyperparameters were used during training:
71
 
72
  ### Training results
73
 
74
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Gen Len |
75
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:----:|:-------:|
76
- | 0.0223 | 1.0 | 16665 | 0.0211 | 8.5193 | 1.09 | 7.7119 | 7.7159 | 0.0 | 20.0 |
77
 
78
 
79
  ### Framework versions
 
22
  metrics:
23
  - name: Rouge1
24
  type: rouge
25
+ value: 56.0516
26
  - name: Bleu
27
  type: bleu
28
+ value: 12.7025
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # bart-base-translate-en-vi
35
 
36
+ This model is a fine-tuned version of [GuysTrans/bart-base-translate-en-vi](https://huggingface.co/GuysTrans/bart-base-translate-en-vi) on the mt_eng_vietnamese dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.6744
39
+ - Rouge1: 56.0516
40
+ - Rouge2: 34.1326
41
+ - Rougel: 47.1473
42
+ - Rougelsum: 47.8225
43
+ - Bleu: 12.7025
44
+ - Gen Len: 19.9921
45
 
46
  ## Model description
47
 
 
71
 
72
  ### Training results
73
 
74
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Gen Len |
75
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|:-------:|
76
+ | 0.6711 | 1.0 | 16665 | 0.6744 | 56.0516 | 34.1326 | 47.1473 | 47.8225 | 12.7025 | 19.9921 |
77
 
78
 
79
  ### Framework versions