Anwaarma commited on
Commit
1488c57
1 Parent(s): 85772f5

End of training

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Ammar-alhaj-ali/arabic-MARBERT-sentiment
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: Improved-MARBERT-attempt2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # Improved-MARBERT-attempt2
16
+
17
+ This model is a fine-tuned version of [Ammar-alhaj-ali/arabic-MARBERT-sentiment](https://huggingface.co/Ammar-alhaj-ali/arabic-MARBERT-sentiment) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5969
20
+ - Accuracy: 0.85
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 0.07 | 50 | 0.3387 | 0.87 |
52
+ | No log | 0.14 | 100 | 0.4445 | 0.85 |
53
+ | No log | 0.21 | 150 | 0.6001 | 0.79 |
54
+ | No log | 0.27 | 200 | 1.0466 | 0.78 |
55
+ | No log | 0.34 | 250 | 0.5674 | 0.81 |
56
+ | No log | 0.41 | 300 | 0.3374 | 0.85 |
57
+ | No log | 0.48 | 350 | 0.7026 | 0.76 |
58
+ | No log | 0.55 | 400 | 0.3953 | 0.84 |
59
+ | No log | 0.62 | 450 | 0.2559 | 0.88 |
60
+ | 0.3031 | 0.68 | 500 | 0.2551 | 0.91 |
61
+ | 0.3031 | 0.75 | 550 | 0.5071 | 0.83 |
62
+ | 0.3031 | 0.82 | 600 | 0.5743 | 0.81 |
63
+ | 0.3031 | 0.89 | 650 | 0.3198 | 0.92 |
64
+ | 0.3031 | 0.96 | 700 | 0.3801 | 0.87 |
65
+ | 0.3031 | 1.03 | 750 | 0.3169 | 0.91 |
66
+ | 0.3031 | 1.1 | 800 | 0.4731 | 0.87 |
67
+ | 0.3031 | 1.16 | 850 | 0.4643 | 0.91 |
68
+ | 0.3031 | 1.23 | 900 | 0.5969 | 0.85 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.34.1
74
+ - Pytorch 2.1.0+cu118
75
+ - Datasets 2.14.7
76
+ - Tokenizers 0.14.1