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