salbatarni commited on
Commit
a61e499
1 Parent(s): f051e60

End of training

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/bert-base-arabertv02
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: arabert_baseline_organization_task8_fold0
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # arabert_baseline_organization_task8_fold0
14
+
15
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabertv02](https://huggingface.co/aubmindlab/bert-base-arabertv02) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.4941
18
+ - Qwk: 0.6010
19
+ - Mse: 0.4941
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Qwk | Mse |
49
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|
50
+ | No log | 0.5 | 2 | 1.4026 | 0.0558 | 1.4026 |
51
+ | No log | 1.0 | 4 | 1.1702 | 0.0 | 1.1702 |
52
+ | No log | 1.5 | 6 | 1.0793 | -0.0294 | 1.0793 |
53
+ | No log | 2.0 | 8 | 1.0475 | 0.4031 | 1.0475 |
54
+ | No log | 2.5 | 10 | 0.9473 | 0.5191 | 0.9473 |
55
+ | No log | 3.0 | 12 | 0.8743 | 0.3158 | 0.8743 |
56
+ | No log | 3.5 | 14 | 0.7934 | 0.3158 | 0.7934 |
57
+ | No log | 4.0 | 16 | 0.6914 | 0.4324 | 0.6914 |
58
+ | No log | 4.5 | 18 | 0.6177 | 0.4940 | 0.6177 |
59
+ | No log | 5.0 | 20 | 0.5611 | 0.4940 | 0.5611 |
60
+ | No log | 5.5 | 22 | 0.5294 | 0.5714 | 0.5294 |
61
+ | No log | 6.0 | 24 | 0.5033 | 0.5670 | 0.5033 |
62
+ | No log | 6.5 | 26 | 0.4918 | 0.6010 | 0.4918 |
63
+ | No log | 7.0 | 28 | 0.4919 | 0.6010 | 0.4919 |
64
+ | No log | 7.5 | 30 | 0.4963 | 0.6010 | 0.4963 |
65
+ | No log | 8.0 | 32 | 0.4997 | 0.6010 | 0.4997 |
66
+ | No log | 8.5 | 34 | 0.4990 | 0.6010 | 0.4990 |
67
+ | No log | 9.0 | 36 | 0.4963 | 0.6010 | 0.4963 |
68
+ | No log | 9.5 | 38 | 0.4948 | 0.6010 | 0.4948 |
69
+ | No log | 10.0 | 40 | 0.4941 | 0.6010 | 0.4941 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.44.0
75
+ - Pytorch 2.4.0
76
+ - Datasets 2.21.0
77
+ - Tokenizers 0.19.1