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