RealFalconsAI
commited on
Commit
·
f951f23
1
Parent(s):
17f4703
Update README.md
Browse files
README.md
CHANGED
@@ -50,11 +50,11 @@ result = classifier(text)
|
|
50 |
The model's training data includes a proprietary dataset designed for offensive/hate speech detection. This dataset comprises a diverse collection of text samples, categorized into "non-offensive" and "offensive" classes. The training process aimed to equip the model with the ability to distinguish between offensive and non-offensive content effectively.
|
51 |
|
52 |
### Training Stats
|
53 |
-
- Evaluation Loss:
|
54 |
-
- Evaluation Accuracy:
|
55 |
-
- Evaluation Runtime:
|
56 |
-
- Evaluation Samples per Second:
|
57 |
-
- Evaluation Steps per Second:
|
58 |
|
59 |
**Note:** Specific evaluation statistics should be provided based on the model's performance.
|
60 |
|
|
|
50 |
The model's training data includes a proprietary dataset designed for offensive/hate speech detection. This dataset comprises a diverse collection of text samples, categorized into "non-offensive" and "offensive" classes. The training process aimed to equip the model with the ability to distinguish between offensive and non-offensive content effectively.
|
51 |
|
52 |
### Training Stats
|
53 |
+
- Evaluation Loss: 0.018403256312012672
|
54 |
+
- Evaluation Accuracy: 0.9973234886940471
|
55 |
+
- Evaluation Runtime: 85.0789
|
56 |
+
- Evaluation Samples per Second: 127.352
|
57 |
+
- Evaluation Steps per Second: 7.969
|
58 |
|
59 |
**Note:** Specific evaluation statistics should be provided based on the model's performance.
|
60 |
|