Image Classification
Transformers
PyTorch
TensorBoard
van
Generated from Trainer
Eval Results (legacy)
Instructions to use sergiocannata/VANBase-finetuned-brs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sergiocannata/VANBase-finetuned-brs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="sergiocannata/VANBase-finetuned-brs") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("sergiocannata/VANBase-finetuned-brs", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
03f63be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7e02603e3ce26cdff8524e3fd2a3e7cd994d6c04c5c0fe273997d2c8f03ddb1e
size 3439
|