Instructions to use chaphoto/autotrain-test3-3741499457 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chaphoto/autotrain-test3-3741499457 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="chaphoto/autotrain-test3-3741499457") 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("chaphoto/autotrain-test3-3741499457") model = AutoModelForImageClassification.from_pretrained("chaphoto/autotrain-test3-3741499457", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 3741499457
- CO2 Emissions (in grams): 4.4754
Validation Metrics
- Loss: 0.008
- Accuracy: 0.998
- Macro F1: 0.998
- Micro F1: 0.998
- Weighted F1: 0.998
- Macro Precision: 0.998
- Micro Precision: 0.998
- Weighted Precision: 0.998
- Macro Recall: 0.998
- Micro Recall: 0.998
- Weighted Recall: 0.998
- Downloads last month
- 2