ykliu1892 commited on
Commit
e07a2cb
1 Parent(s): 608c69f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -11,7 +11,16 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # translation-en-pt-t5-finetuned-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
 
@@ -36,12 +45,12 @@ The following hyperparameters were used during training:
36
  - seed: 42
37
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
  - lr_scheduler_type: linear
39
- - num_epochs: 2
40
  - mixed_precision_training: Native AMP
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
 
11
 
12
  # translation-en-pt-t5-finetuned-Duolingo-Subtitles
13
 
14
+ This model is a fine-tuned version of [ykliu1892/translation-en-pt-t5-finetuned-Duolingo-Subtitles](https://huggingface.co/ykliu1892/translation-en-pt-t5-finetuned-Duolingo-Subtitles) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 1.0932
17
+ - eval_bleu: 28.4269
18
+ - eval_gen_len: 8.816
19
+ - eval_runtime: 1404.5946
20
+ - eval_samples_per_second: 106.792
21
+ - eval_steps_per_second: 3.338
22
+ - epoch: 0.52
23
+ - step: 28000
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 1
49
  - mixed_precision_training: Native AMP
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