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: 129 Bytes
314cea9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f5f6c188ff3dbb9a37c5e57c4cbb8bf1ecd0e1f839c3cd37014999463c74ccbe
size 3963
|