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 ·
0d8958e
1
Parent(s): 0f2feaf
Update README.md
Browse files
README.md
CHANGED
|
@@ -140,7 +140,7 @@ Langauges supported:
|
|
| 140 |
|
| 141 |
- **Repository:** https://github.com/Jayveersinh-Raj/cross-lingual-zero-shot-transfer
|
| 142 |
- **Paper:** Everything is in the above github repository Make sure to give it a star if it is useful.
|
| 143 |
-
- **Demo:**
|
| 144 |
|
| 145 |
## Uses
|
| 146 |
|
|
|
|
| 140 |
|
| 141 |
- **Repository:** https://github.com/Jayveersinh-Raj/cross-lingual-zero-shot-transfer
|
| 142 |
- **Paper:** Everything is in the above github repository Make sure to give it a star if it is useful.
|
| 143 |
+
- **Demo:** [Streamlit](https://jayveersinh-raj-cross-lingual-zero-shot-t-streamlit-app-x6l1as.streamlit.app/)
|
| 144 |
|
| 145 |
## Uses
|
| 146 |
|