15
stars
11
commits
3
repos using this model
2
linked in READMEs
Jul 13, 2022
updated
Based on rubert-base-cased-conversational model
Colab: link
from transformers import pipeline
model_name = "IlyaGusev/rubertconv_toxic_clf"
pipe = pipeline("text-classification", model=model_name, tokenizer=model_name, framework="pt")
text = "Ты придурок из интернета"
pipe([text])
Datasets:
Augmentations:
TBA
15
stars
11
commits
3
repos using this model
2
linked in READMEs
Jul 13, 2022
updated
Based on rubert-base-cased-conversational model
Colab: link
from transformers import pipeline
model_name = "IlyaGusev/rubertconv_toxic_clf"
pipe = pipeline("text-classification", model=model_name, tokenizer=model_name, framework="pt")
text = "Ты придурок из интернета"
pipe([text])
Datasets:
Augmentations:
TBA