Instructions to use james-burton/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use james-burton/test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="james-burton/test") 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("james-burton/test") model = AutoModelForImageClassification.from_pretrained("james-burton/test") - Notebooks
- Google Colab
- Kaggle
| BM pretrain,Train data,Test time method,Acc.,Top 3 Acc.,Top 5 Acc.,Top 10 Acc.,F1,Precision,Recall | |