Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use alkzar90/skynet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alkzar90/skynet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="alkzar90/skynet") 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("alkzar90/skynet") model = AutoModelForImageClassification.from_pretrained("alkzar90/skynet", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Gated model You can list files but not access them
Preview of files found in this repository
- Dec19_02-52-07_14294630792a
- Dec19_05-07-46_14294630792a
- Dec19_06-20-14_14294630792a
- Oct11_19-05-01_0625faa54d0f
- Oct12_03-53-38_1c9396d391d6
- Oct12_03-58-10_1c9396d391d6
- Oct12_04-11-56_1c9396d391d6
- Oct25_22-43-06_a575ecadebc3
- Oct25_23-03-31_a575ecadebc3
- Oct26_00-37-47_a575ecadebc3
- Oct26_00-40-37_a575ecadebc3
- Oct26_02-00-24_3196ae7c2241
- Oct26_02-22-59_3196ae7c2241
- Oct26_02-24-03_3196ae7c2241