How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
# Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
# You must load the model directly (see below) or downgrade to v4.x with:
# 'pip install "transformers<5.0.0'
from transformers import pipeline

pipe = pipeline("image-to-text", model="LeroyDyer/SpydazWebAI_Image_Projectors")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("LeroyDyer/SpydazWebAI_Image_Projectors", dtype="auto")
Quick Links

These are the extra files to be added to your model space to enable for the modle to become a Image to text model hence ts that easy to becoem multimodel https://github.com/spydaz

Downloads last month
38
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collections including LeroyDyer/SpydazWebAI_Image_Projectors