HAJIWEE commited on
Commit
96c7355
1 Parent(s): 5f90fc1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Bleu
23
  type: bleu
24
- value: 32.1971
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the opus100 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.0868
35
- - Bleu: 32.1971
36
- - Gen Len: 7.209
37
 
38
  ## Model description
39
 
@@ -58,14 +58,13 @@ The following hyperparameters were used during training:
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
- - num_epochs: 2
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
66
  |:-------------:|:-----:|:------:|:---------------:|:-------:|:-------:|
67
- | 1.2742 | 1.0 | 166667 | 1.2032 | 28.4915 | 7.303 |
68
- | 1.0931 | 2.0 | 333334 | 1.0868 | 32.1971 | 7.209 |
69
 
70
 
71
  ### Framework versions
 
21
  metrics:
22
  - name: Bleu
23
  type: bleu
24
+ value: 11.3483
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the opus100 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 2.6423
35
+ - Bleu: 11.3483
36
+ - Gen Len: 15.192
37
 
38
  ## Model description
39
 
 
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
+ - num_epochs: 1
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
66
  |:-------------:|:-----:|:------:|:---------------:|:-------:|:-------:|
67
+ | 3.3417 | 1.0 | 166667 | 2.6423 | 11.3483 | 15.192 |
 
68
 
69
 
70
  ### Framework versions