Abdulwahab Sahyoun commited on
Commit
4df95fd
1 Parent(s): 232c5aa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -36
README.md CHANGED
@@ -4,45 +4,18 @@ tags:
4
  - translation
5
  - generated_from_trainer
6
  datasets:
7
- - tatoeba
8
- metrics:
9
- - bleu
10
  model-index:
11
  - name: ft-tatoeba-ar-en
12
- results:
13
- - task:
14
- name: Sequence-to-sequence Language Modeling
15
- type: text2text-generation
16
- dataset:
17
- name: tatoeba
18
- type: tatoeba
19
- args: ar-en
20
- metrics:
21
- - name: Bleu
22
- type: bleu
23
- value: 49.84455855787226
24
-
25
- widget:
26
- - text: "كريستيانو رونالدو يلعب مع نادي يوفنتوس"
27
- example_title: "Sentence 1"
28
- - text: "تخرج أحمد من الجامعة الأمريكية في الشارقة الشهر الماضي"
29
- example_title: "Sentence 2"
30
- - text: "لا يزال ديبالا يلعب لفريق يوفنتوس"
31
- example_title: "Sentence 3"
32
- - text: "شو عملتوا امس ؟"
33
- example_title: "Sentence 4"
34
  ---
35
 
36
-
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
38
  should probably proofread and complete it, then remove this comment. -->
39
 
40
  # ft-tatoeba-ar-en
41
 
42
- This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on the tatoeba dataset.
43
- It achieves the following results on the evaluation set:
44
- - Loss: 0.7431
45
- - Bleu: 49.8446
46
 
47
  ## Model description
48
 
@@ -62,12 +35,12 @@ More information needed
62
 
63
  The following hyperparameters were used during training:
64
  - learning_rate: 2e-05
65
- - train_batch_size: 8
66
- - eval_batch_size: 8
67
  - seed: 42
68
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
69
  - lr_scheduler_type: linear
70
- - num_epochs: 3
71
  - mixed_precision_training: Native AMP
72
 
73
  ### Training results
@@ -76,7 +49,7 @@ The following hyperparameters were used during training:
76
 
77
  ### Framework versions
78
 
79
- - Transformers 4.18.0
80
- - Pytorch 1.10.0+cu111
81
- - Datasets 2.0.0
82
  - Tokenizers 0.11.6
 
4
  - translation
5
  - generated_from_trainer
6
  datasets:
7
+ - open_subtitles
 
 
8
  model-index:
9
  - name: ft-tatoeba-ar-en
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
  # ft-tatoeba-ar-en
17
 
18
+ This model is a fine-tuned version of [facebook/m2m100_1.2B](https://huggingface.co/facebook/m2m100_1.2B) on the open_subtitles dataset.
 
 
 
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 1
44
  - mixed_precision_training: Native AMP
45
 
46
  ### Training results
 
49
 
50
  ### Framework versions
51
 
52
+ - Transformers 4.18.0.dev0
53
+ - Pytorch 1.10.2+cu113
54
+ - Datasets 1.18.4
55
  - Tokenizers 0.11.6