Image Classification
Transformers
TensorBoard
Safetensors
convnextv2
Generated from Trainer
Eval Results (legacy)
Instructions to use vuongnhathien/convnext-base-3e-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vuongnhathien/convnext-base-3e-5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="vuongnhathien/convnext-base-3e-5") 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("vuongnhathien/convnext-base-3e-5") model = AutoModelForImageClassification.from_pretrained("vuongnhathien/convnext-base-3e-5") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ffc7a96 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3742a3165ac624ef766d64cecefea06408295085f5fd2a2dc8375300ec698f7e
size 4920
|