Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Woleek/camera-type with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Woleek/camera-type with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Woleek/camera-type") 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("Woleek/camera-type") model = AutoModelForImageClassification.from_pretrained("Woleek/camera-type") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (964aaa1e141d3d302457efcbc86253fa18fa727c)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f08f982457e6439b186bdfc348d2dfb628622d88fff5726edac29e43ba7f0a3
|
| 3 |
+
size 343227052
|