mohamedtolba commited on
Commit
bae6ef6
1 Parent(s): d3f6ed4

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-arabics
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-arabics
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.2175
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 | 12 | 1.1244 |
50
+ | No log | 2.0 | 24 | 0.8089 |
51
+ | No log | 3.0 | 36 | 0.6188 |
52
+ | No log | 4.0 | 48 | 0.5041 |
53
+ | No log | 5.0 | 60 | 0.4299 |
54
+ | No log | 6.0 | 72 | 0.3806 |
55
+ | No log | 7.0 | 84 | 0.3308 |
56
+ | No log | 8.0 | 96 | 0.3113 |
57
+ | No log | 9.0 | 108 | 0.2996 |
58
+ | No log | 10.0 | 120 | 0.2801 |
59
+ | No log | 11.0 | 132 | 0.2607 |
60
+ | No log | 12.0 | 144 | 0.2541 |
61
+ | No log | 13.0 | 156 | 0.2543 |
62
+ | No log | 14.0 | 168 | 0.2473 |
63
+ | No log | 15.0 | 180 | 0.2464 |
64
+ | No log | 16.0 | 192 | 0.2437 |
65
+ | No log | 17.0 | 204 | 0.2457 |
66
+ | No log | 18.0 | 216 | 0.2365 |
67
+ | No log | 19.0 | 228 | 0.2385 |
68
+ | No log | 20.0 | 240 | 0.2364 |
69
+ | No log | 21.0 | 252 | 0.2310 |
70
+ | No log | 22.0 | 264 | 0.2214 |
71
+ | No log | 23.0 | 276 | 0.2156 |
72
+ | No log | 24.0 | 288 | 0.2153 |
73
+ | No log | 25.0 | 300 | 0.2177 |
74
+ | No log | 26.0 | 312 | 0.2195 |
75
+ | No log | 27.0 | 324 | 0.2195 |
76
+ | No log | 28.0 | 336 | 0.2183 |
77
+ | No log | 29.0 | 348 | 0.2174 |
78
+ | No log | 30.0 | 360 | 0.2175 |
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