Модель обучена классифицировать текст на 3 класса:
- OK - текст нормальный
- Neural_shit - текст содержит ошибки в склонениях, является несвязным набором слов или результатом работы бота-рерайтера
- face_on_keyboard - текст абсолютно не имеет смысла.
Пример кода инференса:
from transformers import pipeline
classifier = pipeline("text-classification", model="Den4ikAI/nonsense_gibberish_detector")
while 1:
print(classifier(input(":> ")))
Blogpost: link
- Downloads last month
- 26
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.