Instructions to use jaranohaal/vit-base-violence-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jaranohaal/vit-base-violence-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jaranohaal/vit-base-violence-detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("jaranohaal/vit-base-violence-detection", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Update config.json
#2
by yernarbekbolat - opened
No description provided.
jaranohaal changed pull request status to merged