Sobeih22 commited on
Commit
f32bb6d
1 Parent(s): 579f6c2

End of training

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: PRAli22/arat5-arabic-dialects-translation
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: t5-finetuned-ar-to-arsl_test_bleu
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # t5-finetuned-ar-to-arsl_test_bleu
15
+
16
+ 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.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3564
19
+ - Bleu1: 0.9326
20
+ - Bleu2: 0.9010
21
+ - Bleu3: 0.7310
22
+ - Bleu4: 0.5945
23
+ - Overall Bleu: 0.7773
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0001
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 8
47
+ - total_train_batch_size: 64
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 15
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Bleu1 | Bleu2 | Bleu3 | Bleu4 | Overall Bleu |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:------------:|
57
+ | No log | 1.0 | 69 | 0.3152 | 0.9226 | 0.8885 | 0.7160 | 0.5780 | 0.7632 |
58
+ | No log | 2.0 | 138 | 0.2849 | 0.9285 | 0.8941 | 0.7237 | 0.5864 | 0.7704 |
59
+ | No log | 3.0 | 207 | 0.3064 | 0.9311 | 0.8992 | 0.7285 | 0.5913 | 0.7750 |
60
+ | No log | 4.0 | 276 | 0.2908 | 0.9326 | 0.8984 | 0.7290 | 0.5914 | 0.7753 |
61
+ | No log | 5.0 | 345 | 0.3007 | 0.9354 | 0.9034 | 0.7352 | 0.5975 | 0.7805 |
62
+ | No log | 6.0 | 414 | 0.3043 | 0.9315 | 0.8991 | 0.7311 | 0.5940 | 0.7766 |
63
+ | No log | 7.0 | 483 | 0.3124 | 0.9311 | 0.8981 | 0.7297 | 0.5941 | 0.7760 |
64
+ | 0.1232 | 8.0 | 552 | 0.3217 | 0.9302 | 0.8968 | 0.7254 | 0.5889 | 0.7726 |
65
+ | 0.1232 | 9.0 | 621 | 0.3201 | 0.9316 | 0.8989 | 0.7293 | 0.5946 | 0.7763 |
66
+ | 0.1232 | 10.0 | 690 | 0.3370 | 0.9317 | 0.8974 | 0.7280 | 0.5932 | 0.7752 |
67
+ | 0.1232 | 11.0 | 759 | 0.3458 | 0.9335 | 0.9013 | 0.7317 | 0.5954 | 0.7781 |
68
+ | 0.1232 | 12.0 | 828 | 0.3446 | 0.9324 | 0.8993 | 0.7291 | 0.5924 | 0.7758 |
69
+ | 0.1232 | 13.0 | 897 | 0.3516 | 0.9337 | 0.9017 | 0.7304 | 0.5938 | 0.7774 |
70
+ | 0.1232 | 14.0 | 966 | 0.3570 | 0.9331 | 0.9014 | 0.7309 | 0.5942 | 0.7774 |
71
+ | 0.0507 | 15.0 | 1035 | 0.3564 | 0.9326 | 0.9010 | 0.7310 | 0.5945 | 0.7773 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.39.3
77
+ - Pytorch 2.1.2
78
+ - Datasets 2.18.0
79
+ - 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:8660e6223167ca9873fd51b710dd15d9d00eaf7381d21ca8937aa14be20799c7
3
  size 1470068592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61430369dd2b2708e933b2b6daee60ff6da237cd698c1f0423234f32fa2cf35a
3
  size 1470068592
runs/Jun25_19-59-21_50ae0c42bb90/events.out.tfevents.1719346479.50ae0c42bb90.34.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c80c272aff1fcaee870bd3d6ee5ff0f8a042e45c48172a237445342ac1bc756
3
- size 12751
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95756c4d1c5a0e5890aef9174bc612c7543c37a9f6033c1bf5251b1cc5b88019
3
+ size 13628