Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use arpanl/Fine-Tuned_Model3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arpanl/Fine-Tuned_Model3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="arpanl/Fine-Tuned_Model3") 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("arpanl/Fine-Tuned_Model3") model = AutoModelForImageClassification.from_pretrained("arpanl/Fine-Tuned_Model3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Feb08_06-31-34_fa9422761cad
- Feb08_06-46-19_fa9422761cad
- Feb08_06-46-47_fa9422761cad
- Feb08_06-48-08_fa9422761cad
- Feb08_08-28-09_c97b53d13e3a
- Feb08_09-48-16_f22689e16374
- Feb09_10-51-58_95d38ead18ce
- Feb12_04-49-49_e7b40a5a562d
- Feb12_10-05-02_8d0c95f0ef0d
- Feb12_10-14-08_8d0c95f0ef0d
- Feb12_10-16-47_8d0c95f0ef0d
- Feb13_04-48-52_91b26a1b866d
- Feb13_07-02-37_91b26a1b866d
- Feb14_06-15-34_a3d832c8241f
- Feb14_06-19-23_a3d832c8241f
- Feb14_06-20-44_a3d832c8241f
- Feb15_04-41-18_651387197d54
- Feb16_05-04-25_04ce2a9e91b4
- Feb16_06-22-29_cf69af02545a
- Feb19_04-27-44_f9d3ce996ba5
- Feb26_05-06-52_7be13773579e