Update README.md
Browse files
README.md
CHANGED
@@ -10,11 +10,16 @@ metrics:
|
|
10 |
pipeline_tag: text-classification
|
11 |
library_name: transformers
|
12 |
---
|
13 |
-
# Model Card for
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model Details
|
20 |
|
|
|
10 |
pipeline_tag: text-classification
|
11 |
library_name: transformers
|
12 |
---
|
13 |
+
# Model Card for Roberta-toxic
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
|
17 |
+
|
18 |
+
|
19 |
+
**RoBERTa-toxic: A Robust Toxicity Prediction Model**
|
20 |
+
|
21 |
+
RoBERTa-toxic leverages the power of the RoBERTa (Robustly Optimized BERT Pretraining Approach) transformer model to analyze text inputs and predict an array of toxicity categories. Fine-tuned for identifying nuanced toxic behaviors such as hate speech, harassment, profanity, and harmful stereotypes, it delivers accurate, context-aware predictions. The model is tailored for applications like content moderation, social media analysis, and safe online interactions, providing multi-label outputs for comprehensive toxicity profiling.
|
22 |
+
|
23 |
|
24 |
## Model Details
|
25 |
|