lachkarsalim
commited on
Commit
•
66cbc61
1
Parent(s):
7c79a26
lachkarsalim/DarijaTransliteration_to_English
Browse files- README.md +8 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Bleu:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,16 +44,17 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 5
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
52 |
-
| 2.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.6140
|
21 |
+
- Bleu: 39.7635
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 5
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
+
| 2.2767 | 1.0 | 1507 | 2.0376 | 0.0 |
|
54 |
+
| 1.8477 | 2.0 | 3014 | 1.7873 | 0.0 |
|
55 |
+
| 1.644 | 3.0 | 4521 | 1.6827 | 39.7635 |
|
56 |
+
| 1.5109 | 4.0 | 6028 | 1.6299 | 39.7635 |
|
57 |
+
| 1.4356 | 5.0 | 7535 | 1.6140 | 39.7635 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 305518408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfb6e96afd97975889db61f955689a3839eb0a10aaa548056f9bb236572b90e0
|
3 |
size 305518408
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:927aad6e08bbeb2a34f4af9d9809ec04b6774eb349878aa658e52f6612f7c2e1
|
3 |
size 4984
|