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