Instructions to use tesemnikov-av/rubert-ner-toxicity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tesemnikov-av/rubert-ner-toxicity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tesemnikov-av/rubert-ner-toxicity")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tesemnikov-av/rubert-ner-toxicity") model = AutoModelForTokenClassification.from_pretrained("tesemnikov-av/rubert-ner-toxicity") - Notebooks
- Google Colab
- Kaggle
Commit ·
9ff9c3d
1
Parent(s): 036f2cc
Upload training_args.bin with git-lfs
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdbf1f3e1fcc988375917fe5ebbb460acc02caafd97f72dad15fe6776512b500
|
| 3 |
+
size 2991
|