pfloyd commited on
Commit
7f575fa
·
1 Parent(s): 777ae61

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: opus-mt-es-en-finetuned-es-to-en
7
  results: []
@@ -13,6 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
13
  # opus-mt-es-en-finetuned-es-to-en
14
 
15
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en) on the None dataset.
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -37,18 +43,22 @@ The following hyperparameters were used during training:
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - num_epochs: 1
41
 
42
  ### Training results
43
 
44
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
45
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
46
- | No log | 1.0 | 5 | 0.5706 | 92.4876 | 8.4 |
 
 
 
 
47
 
48
 
49
  ### Framework versions
50
 
51
- - Transformers 4.17.0
52
- - Pytorch 1.10.0+cu111
53
- - Datasets 2.0.0
54
  - Tokenizers 0.11.6
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
  model-index:
8
  - name: opus-mt-es-en-finetuned-es-to-en
9
  results: []
 
15
  # opus-mt-es-en-finetuned-es-to-en
16
 
17
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-es-en](https://huggingface.co/Helsinki-NLP/opus-mt-es-en) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5851
20
+ - Bleu: 71.1382
21
+ - Gen Len: 10.3225
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
52
+ | No log | 1.0 | 112 | 0.5693 | 71.7823 | 10.3676 |
53
+ | No log | 2.0 | 224 | 0.5744 | 69.5504 | 10.6739 |
54
+ | No log | 3.0 | 336 | 0.5784 | 71.6553 | 10.3117 |
55
+ | No log | 4.0 | 448 | 0.5826 | 71.0576 | 10.3261 |
56
+ | 0.2666 | 5.0 | 560 | 0.5851 | 71.1382 | 10.3225 |
57
 
58
 
59
  ### Framework versions
60
 
61
+ - Transformers 4.16.2
62
+ - Pytorch 1.9.1
63
+ - Datasets 1.18.4
64
  - Tokenizers 0.11.6