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