ykliu1892 commited on
Commit
a97e566
1 Parent(s): c3336f1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -13,11 +13,11 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # translation-en-pt-t5-finetuned-Duolingo
15
 
16
- This model is a fine-tuned version of [unicamp-dl/translation-en-pt-t5](https://huggingface.co/unicamp-dl/translation-en-pt-t5) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.7436
19
- - Bleu: 39.7994
20
- - Gen Len: 8.978
21
 
22
  ## Model description
23
 
@@ -49,10 +49,10 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
52
- | 0.7259 | 0.24 | 9000 | 0.7897 | 39.2919 | 8.912 |
53
- | 0.6407 | 0.48 | 18000 | 0.7575 | 39.9964 | 8.898 |
54
- | 0.614 | 0.72 | 27000 | 0.7465 | 39.725 | 8.952 |
55
- | 0.6 | 0.96 | 36000 | 0.7436 | 39.7994 | 8.978 |
56
 
57
 
58
  ### Framework versions
 
13
 
14
  # translation-en-pt-t5-finetuned-Duolingo
15
 
16
+ This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.7362
19
+ - Bleu: 39.4725
20
+ - Gen Len: 9.002
21
 
22
  ## Model description
23
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
52
+ | 0.5429 | 0.24 | 9000 | 0.7461 | 39.4744 | 9.0 |
53
+ | 0.5302 | 0.48 | 18000 | 0.7431 | 39.7559 | 8.97 |
54
+ | 0.5309 | 0.72 | 27000 | 0.7388 | 39.6751 | 8.998 |
55
+ | 0.5336 | 0.96 | 36000 | 0.7362 | 39.4725 | 9.002 |
56
 
57
 
58
  ### Framework versions