Instructions to use hf-internal-testing/tiny-mistral3-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-mistral3-diffusers with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hf-internal-testing/tiny-mistral3-diffusers", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 189 Bytes
7b93a72 | 1 2 3 4 5 6 7 8 9 | {
"image_break_token": "[IMG_BREAK]",
"image_end_token": "[IMG_END]",
"image_token": "[IMG]",
"patch_size": 14,
"processor_class": "PixtralProcessor",
"spatial_merge_size": 2
}
|