Instructions to use hf-internal-testing/tiny-random-yolos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-yolos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="hf-internal-testing/tiny-random-yolos")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-yolos") model = AutoModelForObjectDetection.from_pretrained("hf-internal-testing/tiny-random-yolos") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
5fa5804 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c1ae15786d5de5d14f70f770b0c96ac6345d3da52d1b57b78c23fba82ffbd70f
size 763227
|