Slimanitz commited on
Commit
001b271
·
verified ·
1 Parent(s): e621dc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -10,11 +10,16 @@ metrics:
10
  pipeline_tag: text-classification
11
  library_name: transformers
12
  ---
13
- # Model Card for Model ID
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
 
 
 
 
 
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