salbatarni commited on
Commit
839d778
1 Parent(s): 15982f8

End of training

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/bert-base-arabertv02
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: arabert_cross_relevance_task1_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_cross_relevance_task1_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.1989
18
+ - Qwk: 0.0319
19
+ - Mse: 0.1989
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: 1
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Qwk | Mse |
49
+ |:-------------:|:------:|:----:|:---------------:|:------:|:------:|
50
+ | No log | 0.0351 | 2 | 0.4878 | 0.0163 | 0.4878 |
51
+ | No log | 0.0702 | 4 | 0.1886 | 0.0202 | 0.1886 |
52
+ | No log | 0.1053 | 6 | 0.1831 | 0.0185 | 0.1831 |
53
+ | No log | 0.1404 | 8 | 0.2686 | 0.0273 | 0.2686 |
54
+ | No log | 0.1754 | 10 | 0.2485 | 0.0273 | 0.2485 |
55
+ | No log | 0.2105 | 12 | 0.2552 | 0.0273 | 0.2552 |
56
+ | No log | 0.2456 | 14 | 0.2716 | 0.0254 | 0.2716 |
57
+ | No log | 0.2807 | 16 | 0.3347 | 0.0217 | 0.3347 |
58
+ | No log | 0.3158 | 18 | 0.3725 | 0.0323 | 0.3725 |
59
+ | No log | 0.3509 | 20 | 0.3182 | 0.0361 | 0.3182 |
60
+ | No log | 0.3860 | 22 | 0.2412 | 0.0319 | 0.2412 |
61
+ | No log | 0.4211 | 24 | 0.1936 | 0.0319 | 0.1936 |
62
+ | No log | 0.4561 | 26 | 0.1659 | 0.0319 | 0.1659 |
63
+ | No log | 0.4912 | 28 | 0.1540 | 0.0339 | 0.1540 |
64
+ | No log | 0.5263 | 30 | 0.1483 | 0.0254 | 0.1483 |
65
+ | No log | 0.5614 | 32 | 0.1525 | 0.0273 | 0.1525 |
66
+ | No log | 0.5965 | 34 | 0.1560 | 0.0359 | 0.1560 |
67
+ | No log | 0.6316 | 36 | 0.1603 | 0.0339 | 0.1603 |
68
+ | No log | 0.6667 | 38 | 0.1720 | 0.0319 | 0.1720 |
69
+ | No log | 0.7018 | 40 | 0.1847 | 0.0319 | 0.1847 |
70
+ | No log | 0.7368 | 42 | 0.2033 | 0.0319 | 0.2033 |
71
+ | No log | 0.7719 | 44 | 0.2175 | 0.0319 | 0.2175 |
72
+ | No log | 0.8070 | 46 | 0.2213 | 0.0319 | 0.2213 |
73
+ | No log | 0.8421 | 48 | 0.2184 | 0.0319 | 0.2184 |
74
+ | No log | 0.8772 | 50 | 0.2126 | 0.0319 | 0.2126 |
75
+ | No log | 0.9123 | 52 | 0.2064 | 0.0319 | 0.2064 |
76
+ | No log | 0.9474 | 54 | 0.2016 | 0.0319 | 0.2016 |
77
+ | No log | 0.9825 | 56 | 0.1989 | 0.0319 | 0.1989 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.44.0
83
+ - Pytorch 2.4.0
84
+ - Datasets 2.21.0
85
+ - Tokenizers 0.19.1