End of training
Browse files- README.md +26 -25
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
@@ -18,14 +19,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# hate_speech
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
-
- Auc Score: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
-
- Precision: 0.
|
| 28 |
-
- Recall: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -56,23 +57,23 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc Score | F1 | Precision | Recall |
|
| 58 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:---------:|:------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: classla/bcms-bertic
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
|
|
|
| 19 |
|
| 20 |
# hate_speech
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [classla/bcms-bertic](https://huggingface.co/classla/bcms-bertic) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.6168
|
| 25 |
+
- Accuracy: 0.7829
|
| 26 |
+
- Auc Score: 0.8669
|
| 27 |
+
- F1: 0.8083
|
| 28 |
+
- Precision: 0.7949
|
| 29 |
+
- Recall: 0.8221
|
| 30 |
|
| 31 |
## Model description
|
| 32 |
|
|
|
|
| 57 |
|
| 58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc Score | F1 | Precision | Recall |
|
| 59 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:---------:|:------:|
|
| 60 |
+
| 0.6346 | 0.1736 | 100 | 0.5729 | 0.7036 | 0.8184 | 0.7729 | 0.6738 | 0.9061 |
|
| 61 |
+
| 0.5153 | 0.3472 | 200 | 0.5228 | 0.7522 | 0.8334 | 0.7893 | 0.7490 | 0.8343 |
|
| 62 |
+
| 0.524 | 0.5208 | 300 | 0.6139 | 0.7239 | 0.8494 | 0.7918 | 0.6821 | 0.9436 |
|
| 63 |
+
| 0.5021 | 0.6944 | 400 | 0.4913 | 0.7675 | 0.8467 | 0.7946 | 0.7818 | 0.8077 |
|
| 64 |
+
| 0.4612 | 0.8681 | 500 | 0.5028 | 0.7601 | 0.8612 | 0.8038 | 0.7378 | 0.8829 |
|
| 65 |
+
| 0.4288 | 1.0417 | 600 | 0.4997 | 0.7804 | 0.8603 | 0.8080 | 0.7872 | 0.8298 |
|
| 66 |
+
| 0.3585 | 1.2153 | 700 | 0.5485 | 0.7700 | 0.8600 | 0.8038 | 0.7652 | 0.8464 |
|
| 67 |
+
| 0.4089 | 1.3889 | 800 | 0.4786 | 0.7860 | 0.8626 | 0.8077 | 0.8077 | 0.8077 |
|
| 68 |
+
| 0.3785 | 1.5625 | 900 | 0.4961 | 0.7749 | 0.8630 | 0.7832 | 0.8442 | 0.7304 |
|
| 69 |
+
| 0.3513 | 1.7361 | 1000 | 0.5348 | 0.7780 | 0.8647 | 0.8064 | 0.7833 | 0.8309 |
|
| 70 |
+
| 0.3674 | 1.9097 | 1100 | 0.4934 | 0.7823 | 0.8674 | 0.8007 | 0.8163 | 0.7856 |
|
| 71 |
+
| 0.2826 | 2.0833 | 1200 | 0.5916 | 0.7792 | 0.8680 | 0.8106 | 0.7758 | 0.8486 |
|
| 72 |
+
| 0.2445 | 2.2569 | 1300 | 0.6143 | 0.7706 | 0.8648 | 0.8058 | 0.7618 | 0.8552 |
|
| 73 |
+
| 0.247 | 2.4306 | 1400 | 0.5840 | 0.7811 | 0.8630 | 0.8069 | 0.7923 | 0.8221 |
|
| 74 |
+
| 0.2443 | 2.6042 | 1500 | 0.5923 | 0.7872 | 0.8676 | 0.8054 | 0.8202 | 0.7912 |
|
| 75 |
+
| 0.2512 | 2.7778 | 1600 | 0.5986 | 0.7860 | 0.8674 | 0.8032 | 0.8227 | 0.7845 |
|
| 76 |
+
| 0.2119 | 2.9514 | 1700 | 0.6168 | 0.7829 | 0.8669 | 0.8083 | 0.7949 | 0.8221 |
|
| 77 |
|
| 78 |
|
| 79 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442499672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79c600eb8942321be07737dc1ad7d325fe42fbdb99e7d7005bff312cef8a6c78
|
| 3 |
size 442499672
|