Instructions to use Abdullah6030/vitmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Abdullah6030/vitmodel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Abdullah6030/vitmodel") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Abdullah6030/vitmodel") model = AutoModelForImageClassification.from_pretrained("Abdullah6030/vitmodel") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343223968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2c2f47509874a29b97f322f817870269b2bd27d3920e93ba64c141850a8aea5
|
| 3 |
size 343223968
|
runs/Jul23_10-20-16_DESKTOP-LV8E2I7/events.out.tfevents.1721712017.DESKTOP-LV8E2I7.5052.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a3b9b11b4113adf68d948710fd4a1b7aea476e0c4b72df234a2b233c749d744
|
| 3 |
+
size 7233
|