Esmail275 commited on
Commit
752e02f
1 Parent(s): 4e52fc8

Training Complete

Browse files
README.md CHANGED
@@ -9,6 +9,8 @@ datasets:
9
  metrics:
10
  - accuracy
11
  - f1
 
 
12
  model-index:
13
  - name: distilbert-base-uncased-finetuned_on_hata_dateset
14
  results:
@@ -24,10 +26,16 @@ model-index:
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
- value: 0.9243697478991597
28
  - name: F1
29
  type: f1
30
- value: 0.9223806548670374
 
 
 
 
 
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -37,9 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
37
 
38
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the hate_speech18 dataset.
39
  It achieves the following results on the evaluation set:
40
- - Loss: 0.2221
41
- - Accuracy: 0.9244
42
- - F1: 0.9224
 
 
43
 
44
  ## Model description
45
 
@@ -64,15 +74,17 @@ The following hyperparameters were used during training:
64
  - seed: 42
65
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
66
  - lr_scheduler_type: linear
67
- - num_epochs: 3
68
 
69
  ### Training results
70
 
71
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
72
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
73
- | 0.2718 | 1.0 | 268 | 0.2050 | 0.9104 | 0.9070 |
74
- | 0.1697 | 2.0 | 536 | 0.2039 | 0.9188 | 0.9094 |
75
- | 0.1143 | 3.0 | 804 | 0.2221 | 0.9244 | 0.9224 |
 
 
76
 
77
 
78
  ### Framework versions
 
9
  metrics:
10
  - accuracy
11
  - f1
12
+ - recall
13
+ - precision
14
  model-index:
15
  - name: distilbert-base-uncased-finetuned_on_hata_dateset
16
  results:
 
26
  metrics:
27
  - name: Accuracy
28
  type: accuracy
29
+ value: 0.9178338001867413
30
  - name: F1
31
  type: f1
32
+ value: 0.9154943774479662
33
+ - name: Recall
34
+ type: recall
35
+ value: 0.9178338001867413
36
+ - name: Precision
37
+ type: precision
38
+ value: 0.9137800286953446
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
45
 
46
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the hate_speech18 dataset.
47
  It achieves the following results on the evaluation set:
48
+ - Loss: 1.0451
49
+ - Accuracy: 0.9178
50
+ - F1: 0.9155
51
+ - Recall: 0.9178
52
+ - Precision: 0.9138
53
 
54
  ## Model description
55
 
 
74
  - seed: 42
75
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
76
  - lr_scheduler_type: linear
77
+ - num_epochs: 5
78
 
79
  ### Training results
80
 
81
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
82
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
83
+ | 0.3342 | 1.0 | 268 | 0.3774 | 0.8497 | 0.8702 | 0.8497 | 0.9131 |
84
+ | 0.2411 | 2.0 | 536 | 0.4330 | 0.9020 | 0.9097 | 0.9020 | 0.9237 |
85
+ | 0.1374 | 3.0 | 804 | 0.5690 | 0.8964 | 0.9050 | 0.8964 | 0.9206 |
86
+ | 0.0804 | 4.0 | 1072 | 1.0798 | 0.9188 | 0.9140 | 0.9188 | 0.9117 |
87
+ | 0.0428 | 5.0 | 1340 | 1.0451 | 0.9178 | 0.9155 | 0.9178 | 0.9138 |
88
 
89
 
90
  ### Framework versions
runs/Sep05_16-07-08_76b4a57825a5/events.out.tfevents.1725552446.76b4a57825a5.1152.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d4c3b5db934a779bbc6f1455c073d511ba9730db8c5796c093202f10e0af097
3
- size 7956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9358f7a796c6b4f68ed45b3f8d2efbe168b17bcaf2953cbd48917c94492a698
3
+ size 8782