Instructions to use hula0627/cppe5_use_data_finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hula0627/cppe5_use_data_finetuning with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="hula0627/cppe5_use_data_finetuning")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("hula0627/cppe5_use_data_finetuning") model = AutoModelForObjectDetection.from_pretrained("hula0627/cppe5_use_data_finetuning", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b8e46be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:df36054085ea680e19f91939f6f42b1960b9349a91c6c83bf54d5b4b1a5dbe7a
size 166497908
|