Instructions to use AkshatSurolia/ConvNeXt-FaceMask-Finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AkshatSurolia/ConvNeXt-FaceMask-Finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="AkshatSurolia/ConvNeXt-FaceMask-Finetuned") 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("AkshatSurolia/ConvNeXt-FaceMask-Finetuned") model = AutoModelForImageClassification.from_pretrained("AkshatSurolia/ConvNeXt-FaceMask-Finetuned") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 3.54, | |
| "total_flos": 1.2838213030685737e+18, | |
| "train_loss": 0.007916164267808199, | |
| "train_runtime": 4100.2539, | |
| "train_samples_per_second": 14.075, | |
| "train_steps_per_second": 0.22 | |
| } |