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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "test_accuracy": 0.9333333333333333, | |
| "test_loss": 0.32354873418807983, | |
| "test_runtime": 0.5696, | |
| "test_samples_per_second": 52.669, | |
| "test_steps_per_second": 7.022 | |
| } |