Asia-N commited on
Commit
00afd7d
1 Parent(s): 86f6cf2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -29,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on the news_commentary dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 8.4415
33
  - Bleu: 32.7441
34
  - Gen Len: 57.02
35
 
@@ -56,15 +56,22 @@ The following hyperparameters were used during training:
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
- - num_epochs: 3
60
 
61
  ### Training results
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
64
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
65
- | No log | 1.0 | 4 | 8.4416 | 32.7441 | 57.02 |
66
- | No log | 2.0 | 8 | 8.4415 | 32.7441 | 57.02 |
67
- | No log | 3.0 | 12 | 8.4415 | 32.7441 | 57.02 |
 
 
 
 
 
 
 
68
 
69
 
70
  ### Framework versions
 
29
 
30
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on the news_commentary dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 8.4400
33
  - Bleu: 32.7441
34
  - Gen Len: 57.02
35
 
 
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
+ - num_epochs: 10
60
 
61
  ### Training results
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
64
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
65
+ | No log | 1.0 | 4 | 8.4406 | 32.7441 | 57.02 |
66
+ | No log | 2.0 | 8 | 8.4405 | 32.7441 | 57.02 |
67
+ | No log | 3.0 | 12 | 8.4403 | 32.7441 | 57.02 |
68
+ | No log | 4.0 | 16 | 8.4402 | 32.7441 | 57.02 |
69
+ | No log | 5.0 | 20 | 8.4401 | 32.7441 | 57.02 |
70
+ | No log | 6.0 | 24 | 8.4400 | 32.7441 | 57.02 |
71
+ | No log | 7.0 | 28 | 8.4400 | 32.7441 | 57.02 |
72
+ | No log | 8.0 | 32 | 8.4400 | 32.7441 | 57.02 |
73
+ | No log | 9.0 | 36 | 8.4400 | 32.7441 | 57.02 |
74
+ | No log | 10.0 | 40 | 8.4400 | 32.7441 | 57.02 |
75
 
76
 
77
  ### Framework versions