Text Classification
Transformers
PyTorch
Safetensors
xlm-roberta
Cross-lingual-nlp
zero-shot-transfer
toxicity-analysis
abuse-detection
flag-user
block-user
multilinguality
XLM-R
Instructions to use Jayveersinh-Raj/PolyGuard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jayveersinh-Raj/PolyGuard with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Jayveersinh-Raj/PolyGuard")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Jayveersinh-Raj/PolyGuard") model = AutoModelForSequenceClassification.from_pretrained("Jayveersinh-Raj/PolyGuard") - Notebooks
- Google Colab
- Kaggle
Commit ·
3dccfc7
1
Parent(s): c4700ad
Update README.md
Browse files
README.md
CHANGED
|
@@ -188,7 +188,7 @@ Moreover, our model flags mostly severe toxicity, since toxicity is a subjective
|
|
| 188 |
## Bias, Risks, and Limitations
|
| 189 |
|
| 190 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 191 |
-
Toxicity is a subjective issue, however the model is very well balanced to flag mostly severe toxicity. The model has never flagged non toxic sentence as toxic. Its performance on non toxicity is 100%, making it a very good choice for the purpose of flagging or blocking users. In addition, if the language is very low resource, then the model might misclassify, but the performance is still good.
|
| 192 |
|
| 193 |
|
| 194 |
### Recommendations
|
|
|
|
| 188 |
## Bias, Risks, and Limitations
|
| 189 |
|
| 190 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 191 |
+
Toxicity is a subjective issue, however the model is very well balanced to flag mostly severe toxicity. The model has never flagged non toxic sentence as toxic. Its performance on non toxicity is 100%, making it a very good choice for the purpose of flagging or blocking users. In addition, if the language is very low resource, and/or distant from English, then the model might misclassify, but the performance is still good.
|
| 192 |
|
| 193 |
|
| 194 |
### Recommendations
|