Shularp commited on
Commit
daa5d78
1 Parent(s): 6786e05

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -2,6 +2,8 @@
2
  tags:
3
  - translation
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: en2arCkptfromgendata_01
7
  results: []
@@ -14,12 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [Botnoi/ckpt_marian_mt_en_ar_health](https://huggingface.co/Botnoi/ckpt_marian_mt_en_ar_health) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 1.3338
18
- - eval_bleu: 33.7779
19
- - eval_runtime: 46.5759
20
- - eval_samples_per_second: 22.522
21
- - eval_steps_per_second: 1.417
22
- - step: 0
23
 
24
  ## Model description
25
 
@@ -46,6 +44,22 @@ The following hyperparameters were used during training:
46
  - lr_scheduler_type: linear
47
  - num_epochs: 10
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ### Framework versions
50
 
51
  - Transformers 4.30.1
 
2
  tags:
3
  - translation
4
  - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
  model-index:
8
  - name: en2arCkptfromgendata_01
9
  results: []
 
16
 
17
  This model is a fine-tuned version of [Botnoi/ckpt_marian_mt_en_ar_health](https://huggingface.co/Botnoi/ckpt_marian_mt_en_ar_health) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.9214
20
+ - Bleu: 46.0887
 
 
 
 
21
 
22
  ## Model description
23
 
 
44
  - lr_scheduler_type: linear
45
  - num_epochs: 10
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
50
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
+ | 1.0453 | 1.0 | 151 | 0.9506 | 43.8903 |
52
+ | 0.8612 | 2.0 | 302 | 0.9097 | 45.4495 |
53
+ | 0.7031 | 3.0 | 453 | 0.8995 | 45.9366 |
54
+ | 0.6556 | 4.0 | 604 | 0.8995 | 46.2179 |
55
+ | 0.4798 | 5.0 | 755 | 0.9062 | 46.3055 |
56
+ | 0.4373 | 6.0 | 906 | 0.9074 | 46.6629 |
57
+ | 0.3865 | 7.0 | 1057 | 0.9136 | 45.9250 |
58
+ | 0.3516 | 8.0 | 1208 | 0.9175 | 46.1936 |
59
+ | 0.3819 | 9.0 | 1359 | 0.9205 | 46.0758 |
60
+ | 0.3803 | 10.0 | 1510 | 0.9214 | 46.0887 |
61
+
62
+
63
  ### Framework versions
64
 
65
  - Transformers 4.30.1