Image Classification
Transformers
PyTorch
Safetensors
vit
vision
Generated from Trainer
Eval Results (legacy)
Instructions to use bortle/moon-detector-v5.a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bortle/moon-detector-v5.a with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="bortle/moon-detector-v5.a") 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("bortle/moon-detector-v5.a") model = AutoModelForImageClassification.from_pretrained("bortle/moon-detector-v5.a") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (730976126206cec4f8e3f1b77faa362dc4a6e4b8)
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:05e650f8e8ce52a7516b857468d48b45201f05d9311568b8268e0f1ed8dcae3a
|
| 3 |
+
size 343223968
|