Text Classification
Transformers
PyTorch
TensorFlow
Safetensors
Russian
bert
toxic comments classification
Instructions to use s-nlp/russian_toxicity_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use s-nlp/russian_toxicity_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="s-nlp/russian_toxicity_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("s-nlp/russian_toxicity_classifier") model = AutoModelForSequenceClassification.from_pretrained("s-nlp/russian_toxicity_classifier") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5a35c065a3de84165c75ed2a13366851bf505f663406ae7cf5c76de309ca4448
- Size of remote file:
- 2.54 kB
- SHA256:
- e8b724f12ae7ae894ba9a3732078cd6049f2b4d6935ecb7772af94681acf16d8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.