End of training
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: PRAli22/arat5-arabic-dialects-translation
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
model-index:
|
9 |
+
- name: t5-finetuned-ar-to-arsl3
|
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 |
+
# t5-finetuned-ar-to-arsl3
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [PRAli22/arat5-arabic-dialects-translation](https://huggingface.co/PRAli22/arat5-arabic-dialects-translation) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3891
|
21 |
+
- Bleu: 0.9525
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0001
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 64
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 15
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| No log | 0.99 | 78 | 0.4271 | 0.9497 |
|
56 |
+
| No log | 1.99 | 157 | 0.3818 | 0.9485 |
|
57 |
+
| No log | 2.99 | 236 | 0.3428 | 0.9526 |
|
58 |
+
| No log | 3.99 | 315 | 0.3173 | 0.9527 |
|
59 |
+
| No log | 5.0 | 394 | 0.3344 | 0.9518 |
|
60 |
+
| No log | 6.0 | 473 | 0.3455 | 0.9536 |
|
61 |
+
| 0.0868 | 7.0 | 552 | 0.3598 | 0.9525 |
|
62 |
+
| 0.0868 | 8.0 | 631 | 0.3672 | 0.9543 |
|
63 |
+
| 0.0868 | 8.99 | 709 | 0.3574 | 0.9537 |
|
64 |
+
| 0.0868 | 9.99 | 788 | 0.3664 | 0.9505 |
|
65 |
+
| 0.0868 | 10.99 | 867 | 0.3750 | 0.9529 |
|
66 |
+
| 0.0868 | 11.99 | 946 | 0.3805 | 0.9538 |
|
67 |
+
| 0.054 | 13.0 | 1025 | 0.3885 | 0.9541 |
|
68 |
+
| 0.054 | 14.0 | 1104 | 0.3874 | 0.9525 |
|
69 |
+
| 0.054 | 14.83 | 1170 | 0.3891 | 0.9525 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.39.3
|
75 |
+
- Pytorch 2.1.2
|
76 |
+
- Datasets 2.18.0
|
77 |
+
- Tokenizers 0.15.2
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.39.3"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1470068592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00152f930e10c4f0ad43aeb56408603f34d711530a4932efeceaaf0b2ef69a11
|
3 |
size 1470068592
|
runs/May09_00-19-25_9d8d181d5cca/events.out.tfevents.1715213976.9d8d181d5cca.35.9
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2a5cc0185ac5640a82c4a789308f1d2a7f210709837c227a1e45ebc6d8e3835
|
3 |
+
size 10545
|