Instructions to use SuccubusBot/distilbert-incoherence-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SuccubusBot/distilbert-incoherence-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SuccubusBot/distilbert-incoherence-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SuccubusBot/distilbert-incoherence-classifier") model = AutoModelForSequenceClassification.from_pretrained("SuccubusBot/distilbert-incoherence-classifier") - Notebooks
- Google Colab
- Kaggle
| {"0": "coherent", "1": "grammatical_errors", "2": "random_bytes", "3": "random_tokens", "4": "random_words", "5": "run_on", "6": "word_soup"} |