SMG0 commited on
Commit
dacd9d8
·
1 Parent(s): bd1f3c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/bert-large-arabertv02-twitter
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - accuracy
8
+ model-index:
9
+ - name: Model5_Araberv2_large_WS_A100
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Model5_Araberv2_large_WS_A100
17
+
18
+ This model is a fine-tuned version of [aubmindlab/bert-large-arabertv02-twitter](https://huggingface.co/aubmindlab/bert-large-arabertv02-twitter) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1496
21
+ - F1: 0.8471
22
+ - F1 Macro: 0.7728
23
+ - Roc Auc: 0.9049
24
+ - Accuracy: 0.8198
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 15
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | F1 | F1 Macro | Roc Auc | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:-------:|:--------:|
55
+ | 0.3258 | 1.0 | 507 | 0.3872 | 0.5436 | 0.1187 | 0.7222 | 0.5531 |
56
+ | 0.3014 | 2.0 | 1014 | 0.1685 | 0.8238 | 0.7461 | 0.8929 | 0.7842 |
57
+ | 0.1736 | 3.0 | 1521 | 0.1496 | 0.8471 | 0.7728 | 0.9049 | 0.8198 |
58
+ | 0.35 | 4.0 | 2028 | 0.3958 | 0.5436 | 0.1187 | 0.7222 | 0.5531 |
59
+ | 0.3696 | 5.0 | 2535 | 0.3936 | 0.5436 | 0.1187 | 0.7222 | 0.5531 |
60
+ | 0.3685 | 6.0 | 3042 | 0.4065 | 0.5436 | 0.1187 | 0.7222 | 0.5531 |
61
+ | 0.366 | 7.0 | 3549 | 0.4728 | 0.5436 | 0.1187 | 0.7222 | 0.5531 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.31.0
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.14.4
69
+ - Tokenizers 0.13.3