Commit
·
fe6382f
1
Parent(s):
bd44420
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,7 @@ widget:
|
|
20 |
|
21 |
license: other
|
22 |
---
|
|
|
23 |
NB: this version of the model is the improved version of (EIStakovskii/german_toxicity_classifier_plus)[https://huggingface.co/EIStakovskii/german_toxicity_classifier_plus].
|
24 |
To see the source code of training and the data please follow (the github link)[https://github.com/eistakovskii/NLP_projects/tree/main/TEXT_CLASSIFICATION].
|
25 |
|
@@ -27,7 +28,7 @@ This model was trained for toxicity labeling.
|
|
27 |
|
28 |
The model was fine-tuned based off (the dbmdz/bert-base-german-cased model)[https://huggingface.co/dbmdz/bert-base-german-cased].
|
29 |
|
30 |
-
Metrics (at validation):
|
31 |
|
32 |
epoch|step|eval_accuracy|eval_f1|eval_loss
|
33 |
-|-|-|-|-
|
|
|
20 |
|
21 |
license: other
|
22 |
---
|
23 |
+
## Description
|
24 |
NB: this version of the model is the improved version of (EIStakovskii/german_toxicity_classifier_plus)[https://huggingface.co/EIStakovskii/german_toxicity_classifier_plus].
|
25 |
To see the source code of training and the data please follow (the github link)[https://github.com/eistakovskii/NLP_projects/tree/main/TEXT_CLASSIFICATION].
|
26 |
|
|
|
28 |
|
29 |
The model was fine-tuned based off (the dbmdz/bert-base-german-cased model)[https://huggingface.co/dbmdz/bert-base-german-cased].
|
30 |
|
31 |
+
## Metrics (at validation):
|
32 |
|
33 |
epoch|step|eval_accuracy|eval_f1|eval_loss
|
34 |
-|-|-|-|-
|