shurafa16 commited on
Commit
5b740a9
1 Parent(s): 9556c11

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -6
README.md CHANGED
@@ -4,9 +4,22 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - news_commentary
 
 
7
  model-index:
8
  - name: opus-mt-ar-en-finetuned-ar-to-en
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
15
  # opus-mt-ar-en-finetuned-ar-to-en
16
 
17
  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.
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -33,19 +50,21 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 2e-05
37
  - train_batch_size: 16
38
  - eval_batch_size: 16
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 1
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
47
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
48
- | No log | 1.0 | 4 | 7.0798 | 35.1352 | 56.92 |
 
 
49
 
50
 
51
  ### Framework versions
 
4
  - generated_from_trainer
5
  datasets:
6
  - news_commentary
7
+ metrics:
8
+ - bleu
9
  model-index:
10
  - name: opus-mt-ar-en-finetuned-ar-to-en
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: news_commentary
17
+ type: news_commentary
18
+ args: ar-en
19
+ metrics:
20
+ - name: Bleu
21
+ type: bleu
22
+ value: 0.0756
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
  # opus-mt-ar-en-finetuned-ar-to-en
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: 3.2173
33
+ - Bleu: 0.0756
34
+ - Gen Len: 330.32
35
 
36
  ## Model description
37
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 0.001
54
  - train_batch_size: 16
55
  - eval_batch_size: 16
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 | 5.5459 | 0.1405 | 511.0 |
66
+ | No log | 2.0 | 8 | 3.8021 | 0.0206 | 511.0 |
67
+ | No log | 3.0 | 12 | 3.2173 | 0.0756 | 330.32 |
68
 
69
 
70
  ### Framework versions