MM2157 commited on
Commit
e2cb2cd
1 Parent(s): 26141ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - precision
6
+ - recall
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: AraBERT_token_classification_AraEval24_back_translation_mlm1k_augmented
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # AraBERT_token_classification_AraEval24_back_translation_mlm1k_augmented
18
+
19
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabert](https://huggingface.co/aubmindlab/bert-base-arabert) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.9905
22
+ - Precision: 0.0511
23
+ - Recall: 0.0181
24
+ - F1: 0.0267
25
+ - Accuracy: 0.8621
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | 0.4984 | 1.0 | 7951 | 0.7412 | 0.0194 | 0.0011 | 0.0020 | 0.8715 |
57
+ | 0.4115 | 2.0 | 15902 | 0.7585 | 0.0571 | 0.0035 | 0.0066 | 0.8721 |
58
+ | 0.3718 | 3.0 | 23853 | 0.7859 | 0.0720 | 0.0049 | 0.0092 | 0.8724 |
59
+ | 0.3331 | 4.0 | 31804 | 0.8117 | 0.0431 | 0.0062 | 0.0108 | 0.8679 |
60
+ | 0.3017 | 5.0 | 39755 | 0.8332 | 0.0477 | 0.0097 | 0.0161 | 0.8658 |
61
+ | 0.2682 | 6.0 | 47706 | 0.8462 | 0.0540 | 0.0123 | 0.0200 | 0.8628 |
62
+ | 0.2627 | 7.0 | 55657 | 0.8597 | 0.0553 | 0.0125 | 0.0204 | 0.8636 |
63
+ | 0.2372 | 8.0 | 63608 | 0.9231 | 0.0556 | 0.0149 | 0.0236 | 0.8646 |
64
+ | 0.2208 | 9.0 | 71559 | 0.9553 | 0.0567 | 0.0160 | 0.0250 | 0.8657 |
65
+ | 0.2206 | 10.0 | 79510 | 0.9905 | 0.0511 | 0.0181 | 0.0267 | 0.8621 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.30.2
71
+ - Pytorch 1.12.1
72
+ - Datasets 2.13.2
73
+ - Tokenizers 0.13.3