Instructions to use sachin/debug-vision-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sachin/debug-vision-model with Transformers:
# Load model directly from transformers import TinyCLIPVisionEncoder model = TinyCLIPVisionEncoder.from_pretrained("sachin/debug-vision-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "TinyCLIPVisionEncoder" | |
| ], | |
| "embed_dims": 512, | |
| "model_type": "vision", | |
| "projection_layers": 3, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.39.2", | |
| "vision_model": "edgenext_small" | |
| } | |