jhpassion0621 commited on
Commit
e048cf2
1 Parent(s): 9c49b82

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/mt5-large
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # kp-mt5-large
17
 
18
- This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.1471
21
- - Bleu: 21.0032
22
- - Gen Len: 43.8168
23
 
24
  ## Model description
25
 
@@ -47,13 +47,14 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 2500
50
- - training_steps: 15000
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
55
- |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
56
- | 1.5428 | 0.26 | 15000 | 1.1471 | 21.0032 | 43.8168 |
 
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: jhpassion0621/kp-mt5-large
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # kp-mt5-large
17
 
18
+ This model is a fine-tuned version of [jhpassion0621/kp-mt5-large](https://huggingface.co/jhpassion0621/kp-mt5-large) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0369
21
+ - Bleu: 24.3739
22
+ - Gen Len: 44.3545
23
 
24
  ## Model description
25
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 2500
50
+ - training_steps: 30000
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Bleu | Gen Len | Validation Loss |
55
+ |:-------------:|:-----:|:-----:|:-------:|:-------:|:---------------:|
56
+ | 1.5428 | 0.26 | 15000 | 21.0032 | 43.8168 | 1.1471 |
57
+ | 1.3755 | 0.51 | 30000 | 1.0369 | 24.3739 | 44.3545 |
58
 
59
 
60
  ### Framework versions