mohamedtolba commited on
Commit
5c5d7af
1 Parent(s): 3a27ce5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: franco-arabic
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
+ # franco-arabic
15
+
16
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3227
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
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: 30
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 3 | 1.2456 |
50
+ | No log | 2.0 | 6 | 1.0399 |
51
+ | No log | 3.0 | 9 | 0.8359 |
52
+ | No log | 4.0 | 12 | 0.7516 |
53
+ | No log | 5.0 | 15 | 0.6830 |
54
+ | No log | 6.0 | 18 | 0.6363 |
55
+ | No log | 7.0 | 21 | 0.5988 |
56
+ | No log | 8.0 | 24 | 0.5653 |
57
+ | No log | 9.0 | 27 | 0.5347 |
58
+ | No log | 10.0 | 30 | 0.5024 |
59
+ | No log | 11.0 | 33 | 0.4733 |
60
+ | No log | 12.0 | 36 | 0.4499 |
61
+ | No log | 13.0 | 39 | 0.4313 |
62
+ | No log | 14.0 | 42 | 0.4149 |
63
+ | No log | 15.0 | 45 | 0.4000 |
64
+ | No log | 16.0 | 48 | 0.3872 |
65
+ | No log | 17.0 | 51 | 0.3766 |
66
+ | No log | 18.0 | 54 | 0.3668 |
67
+ | No log | 19.0 | 57 | 0.3589 |
68
+ | No log | 20.0 | 60 | 0.3522 |
69
+ | No log | 21.0 | 63 | 0.3464 |
70
+ | No log | 22.0 | 66 | 0.3419 |
71
+ | No log | 23.0 | 69 | 0.3379 |
72
+ | No log | 24.0 | 72 | 0.3344 |
73
+ | No log | 25.0 | 75 | 0.3311 |
74
+ | No log | 26.0 | 78 | 0.3285 |
75
+ | No log | 27.0 | 81 | 0.3262 |
76
+ | No log | 28.0 | 84 | 0.3245 |
77
+ | No log | 29.0 | 87 | 0.3234 |
78
+ | No log | 30.0 | 90 | 0.3227 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.31.0
84
+ - Pytorch 2.0.1+cu118
85
+ - Datasets 2.14.4
86
+ - Tokenizers 0.13.3