Instructions to use Abris/input_classifier_v3_muppet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Abris/input_classifier_v3_muppet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Abris/input_classifier_v3_muppet")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Abris/input_classifier_v3_muppet") model = AutoModelForSequenceClassification.from_pretrained("Abris/input_classifier_v3_muppet") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
314cea9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7e1469332c722459792e66043b03a95ab2248f46b3e158b01c811e6e6e464fb8
size 498689717
|