SMG0 commited on
Commit
8322b65
·
1 Parent(s): ce14c13

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -2,6 +2,9 @@
2
  base_model: aubmindlab/bert-base-arabertv02-twitter
3
  tags:
4
  - generated_from_trainer
 
 
 
5
  model-index:
6
  - name: Model4_arabertv2_base_T2_WS_A100
7
  results: []
@@ -12,7 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # Model4_arabertv2_base_T2_WS_A100
14
 
15
- This model is a fine-tuned version of [aubmindlab/bert-base-arabertv02-twitter](https://huggingface.co/aubmindlab/bert-base-arabertv02-twitter) on an unknown dataset.
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +47,21 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 15
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.31.0
 
2
  base_model: aubmindlab/bert-base-arabertv02-twitter
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - accuracy
8
  model-index:
9
  - name: Model4_arabertv2_base_T2_WS_A100
10
  results: []
 
15
 
16
  # Model4_arabertv2_base_T2_WS_A100
17
 
18
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabertv02-twitter](https://huggingface.co/aubmindlab/bert-base-arabertv02-twitter) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0654
21
+ - F1: 0.8501
22
+ - Roc Auc: 0.9178
23
+ - Accuracy: 0.7616
24
 
25
  ## Model description
26
 
 
47
  - lr_scheduler_type: linear
48
  - num_epochs: 15
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
54
+ | No log | 1.0 | 193 | 0.1020 | 0.7502 | 0.8274 | 0.6443 |
55
+ | No log | 2.0 | 386 | 0.0759 | 0.8068 | 0.8678 | 0.7114 |
56
+ | 0.1069 | 3.0 | 579 | 0.0728 | 0.8240 | 0.8890 | 0.7393 |
57
+ | 0.1069 | 4.0 | 772 | 0.0670 | 0.8418 | 0.9112 | 0.7635 |
58
+ | 0.1069 | 5.0 | 965 | 0.0654 | 0.8501 | 0.9178 | 0.7616 |
59
+ | 0.0318 | 6.0 | 1158 | 0.0669 | 0.8467 | 0.9197 | 0.7579 |
60
+ | 0.0318 | 7.0 | 1351 | 0.0686 | 0.8471 | 0.9190 | 0.7672 |
61
+ | 0.0141 | 8.0 | 1544 | 0.0705 | 0.8493 | 0.9259 | 0.7561 |
62
+ | 0.0141 | 9.0 | 1737 | 0.0732 | 0.8450 | 0.9248 | 0.7486 |
63
+
64
+
65
  ### Framework versions
66
 
67
  - Transformers 4.31.0