Arvnd03 commited on
Commit
c312dec
1 Parent(s): 4f2d517

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -22
README.md CHANGED
@@ -2,12 +2,30 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  - f1
8
  model-index:
9
  - name: Hate-Speech-Detection-mpnet-basev2
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,11 +33,11 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # Hate-Speech-Detection-mpnet-basev2
17
 
18
- This model is a fine-tuned version of [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4546
21
- - Accuracy: 0.9320
22
- - F1: 0.9317
23
 
24
  ## Model description
25
 
@@ -48,23 +66,15 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | No log | 1.0 | 225 | 0.2916 | 0.8952 | 0.9027 |
54
- | No log | 2.0 | 450 | 0.2543 | 0.9153 | 0.9156 |
55
- | 0.2816 | 3.0 | 675 | 0.2853 | 0.9164 | 0.9158 |
56
- | 0.2816 | 4.0 | 900 | 0.3623 | 0.9197 | 0.9221 |
57
- | 0.0831 | 5.0 | 1125 | 0.4164 | 0.9186 | 0.9207 |
58
- | 0.0831 | 6.0 | 1350 | 0.4079 | 0.9208 | 0.9198 |
59
- | 0.0232 | 7.0 | 1575 | 0.4187 | 0.9275 | 0.9267 |
60
- | 0.0232 | 8.0 | 1800 | 0.4831 | 0.9231 | 0.9246 |
61
- | 0.0089 | 9.0 | 2025 | 0.4570 | 0.9298 | 0.9305 |
62
- | 0.0089 | 10.0 | 2250 | 0.4546 | 0.9320 | 0.9317 |
63
- | 0.0089 | 11.0 | 2475 | 0.5022 | 0.9264 | 0.9278 |
64
- | 0.0051 | 12.0 | 2700 | 0.5734 | 0.9208 | 0.9232 |
65
- | 0.0051 | 13.0 | 2925 | 0.5780 | 0.9186 | 0.9211 |
66
- | 0.002 | 14.0 | 3150 | 0.5049 | 0.9287 | 0.9295 |
67
- | 0.002 | 15.0 | 3375 | 0.5444 | 0.9231 | 0.9249 |
68
 
69
 
70
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - tweets_hate_speech_detection
7
  metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
  - name: Hate-Speech-Detection-mpnet-basev2
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: tweets_hate_speech_detection
18
+ type: tweets_hate_speech_detection
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.9749726263100266
26
+ - name: F1
27
+ type: f1
28
+ value: 0.8029556650246304
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # Hate-Speech-Detection-mpnet-basev2
35
 
36
+ This model is a fine-tuned version of [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the tweets_hate_speech_detection dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.0849
39
+ - Accuracy: 0.9750
40
+ - F1: 0.8030
41
 
42
  ## Model description
43
 
 
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
71
+ | 0.1144 | 1.0 | 1599 | 0.0955 | 0.9693 | 0.7337 |
72
+ | 0.072 | 2.0 | 3198 | 0.0849 | 0.9750 | 0.8030 |
73
+ | 0.0458 | 3.0 | 4797 | 0.0841 | 0.9764 | 0.8011 |
74
+ | 0.0156 | 4.0 | 6396 | 0.1829 | 0.9689 | 0.7762 |
75
+ | 0.012 | 5.0 | 7995 | 0.1904 | 0.9745 | 0.7758 |
76
+ | 0.0157 | 6.0 | 9594 | 0.1622 | 0.9758 | 0.7914 |
77
+ | 0.0068 | 7.0 | 11193 | 0.1741 | 0.9736 | 0.8005 |
 
 
 
 
 
 
 
 
78
 
79
 
80
  ### Framework versions