Text-to-Image
Transformers
PyTorch
English
Spanish
idefics
image-text-to-text
Generated from Trainer
text-generation-inference
8-bit precision
bitsandbytes
Instructions to use mrm8488/idefics-9b-ft-floco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrm8488/idefics-9b-ft-floco with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("mrm8488/idefics-9b-ft-floco") model = AutoModelForMultimodalLM.from_pretrained("mrm8488/idefics-9b-ft-floco", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "image_mean": [ | |
| 0.48145466, | |
| 0.4578275, | |
| 0.40821073 | |
| ], | |
| "image_num_channels": 3, | |
| "image_processor_type": "IdeficsImageProcessor", | |
| "image_size": 224, | |
| "image_std": [ | |
| 0.26862954, | |
| 0.26130258, | |
| 0.27577711 | |
| ], | |
| "processor_class": "IdeficsProcessor" | |
| } | |