oddadmix/masrawy-english-arabic-translator
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 2.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,14 +40,33 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 2.2879
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 20
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 2.815 | 1.0 | 2396 | 2.6616 |
|
51 |
+
| 2.5618 | 2.0 | 4792 | 2.5283 |
|
52 |
+
| 2.4125 | 3.0 | 7188 | 2.4602 |
|
53 |
+
| 2.2402 | 4.0 | 9584 | 2.4090 |
|
54 |
+
| 2.179 | 5.0 | 11980 | 2.3817 |
|
55 |
+
| 2.0999 | 6.0 | 14376 | 2.3522 |
|
56 |
+
| 2.0049 | 7.0 | 16772 | 2.3329 |
|
57 |
+
| 1.9457 | 8.0 | 19168 | 2.3151 |
|
58 |
+
| 1.8879 | 9.0 | 21564 | 2.3125 |
|
59 |
+
| 1.8884 | 10.0 | 23960 | 2.3066 |
|
60 |
+
| 1.8044 | 11.0 | 26356 | 2.2992 |
|
61 |
+
| 1.8016 | 12.0 | 28752 | 2.2952 |
|
62 |
+
| 1.7312 | 13.0 | 31148 | 2.2959 |
|
63 |
+
| 1.7116 | 14.0 | 33544 | 2.2859 |
|
64 |
+
| 1.6499 | 15.0 | 35940 | 2.2893 |
|
65 |
+
| 1.6454 | 16.0 | 38336 | 2.2910 |
|
66 |
+
| 1.6292 | 17.0 | 40732 | 2.2849 |
|
67 |
+
| 1.6245 | 18.0 | 43128 | 2.2853 |
|
68 |
+
| 1.6161 | 19.0 | 45524 | 2.2875 |
|
69 |
+
| 1.593 | 20.0 | 47920 | 2.2879 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 305452744
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5d88a745f75bce5d41254b8a80044ba7a81cc1c65a1b9e32401fbe96e922986
|
3 |
size 305452744
|
runs/Nov21_04-36-58_ncgki16hjz/events.out.tfevents.1732163819.ncgki16hjz.3733.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e663bb65032f224525c0c5e943fb644ea3c7d1e57fdbc846485fce66dd574192
|
3 |
+
size 26155
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcc87bf8807bc006dcc9677426b367285cf6b38cc9051f142c685be28b442085
|
3 |
size 4792
|