How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="smeintadmin/image_intents")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("smeintadmin/image_intents")
model = AutoModelForSequenceClassification.from_pretrained("smeintadmin/image_intents", device_map="auto")
Quick Links

Image data intents model to help classify text into either an image intent, or not an image intent. An image intent is classified as text that is asking for an image or an image to be generated.

Downloads last month
6
Safetensors
Model size
0.4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train smeintadmin/image_intents

Space using smeintadmin/image_intents 1