Image-to-Text
Transformers
Safetensors
English
vlm
text-generation
image-captioning
visual-question-answering
Instructions to use 4bit/uform-gen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 4bit/uform-gen with Transformers:
# 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="4bit/uform-gen")# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("4bit/uform-gen", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- bfdc9aa249422d5d58155646bda5be5770cb160715b690d6437ed09e8de86422
- Size of remote file:
- 974 MB
- SHA256:
- b1bff12925d06fc2207053223358a13175d0b698a78b947154182676266dda7f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.