Mahmoud22 commited on
Commit
77f4e42
·
1 Parent(s): b990994

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: result
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # result
13
+
14
+ This model is a fine-tuned version of [Mahmoud22/AraClassificationModel](https://huggingface.co/Mahmoud22/AraClassificationModel) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.0295
17
+ - F1-macro: 0.9856
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 8e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 128
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: cosine
42
+ - lr_scheduler_warmup_ratio: 0.1
43
+ - num_epochs: 3
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | F1-macro |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | 0.1818 | 1.0 | 1630 | 0.0996 | 0.9661 |
51
+ | 0.0899 | 2.0 | 3260 | 0.0398 | 0.9837 |
52
+ | 0.0326 | 3.0 | 4890 | 0.0218 | 0.9893 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.26.1
58
+ - Pytorch 1.13.0
59
+ - Datasets 2.1.0
60
+ - Tokenizers 0.13.2