ykliu1892 commited on
Commit
36ad6dd
·
1 Parent(s): 975f17e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -12,6 +12,15 @@ should probably proofread and complete it, then remove this comment. -->
12
  # translation-en-pt-t5-Duolingo-Subtitles
13
 
14
  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.
 
 
 
 
 
 
 
 
 
15
 
16
  ## Model description
17
 
@@ -41,7 +50,7 @@ The following hyperparameters were used during training:
41
 
42
  ### Framework versions
43
 
44
- - Transformers 4.12.5
45
  - Pytorch 1.10.0+cu111
46
  - Datasets 1.16.1
47
  - Tokenizers 0.10.3
 
12
  # translation-en-pt-t5-Duolingo-Subtitles
13
 
14
  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.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.7469
17
+ - eval_bleu: 39.9403
18
+ - eval_gen_len: 8.98
19
+ - eval_runtime: 997.6641
20
+ - eval_samples_per_second: 150.351
21
+ - eval_steps_per_second: 4.699
22
+ - epoch: 0.49
23
+ - step: 56000
24
 
25
  ## Model description
26
 
 
50
 
51
  ### Framework versions
52
 
53
+ - Transformers 4.13.0
54
  - Pytorch 1.10.0+cu111
55
  - Datasets 1.16.1
56
  - Tokenizers 0.10.3