Instructions to use ArianFiroozi/SmolDriverVisionTower with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ArianFiroozi/SmolDriverVisionTower with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="ArianFiroozi/SmolDriverVisionTower")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("ArianFiroozi/SmolDriverVisionTower") model = AutoModel.from_pretrained("ArianFiroozi/SmolDriverVisionTower") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 172801016
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e82e607c92c7cb0e6c3ed3ddbfacab993e37f44828a8d0ff502b7e257cb7239e
|
| 3 |
size 172801016
|