Instructions to use robertsw/dino_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robertsw/dino_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="robertsw/dino_base") 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("robertsw/dino_base") model = AutoModelForImageClassification.from_pretrained("robertsw/dino_base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 480
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 346568968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfea40d79bfa00b13ca4c06f7ce9c57ce8677644501b55c79afac4d7e8736dce
|
| 3 |
size 346568968
|
runs/Jun05_04-00-54_854bca33579a/events.out.tfevents.1717560055.854bca33579a.23078.4
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:75d26f96688567c61f30dc3ccb1b4b679c7465c446989420b679dbc1772dacf5
|
| 3 |
+
size 11442
|