Instructions to use Yuqii/finetuned_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yuqii/finetuned_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Yuqii/finetuned_model")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Yuqii/finetuned_model") model = AutoModelForObjectDetection.from_pretrained("Yuqii/finetuned_model") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2ab2dd84e18daa03522feb22a50c154c1d679fb90c1795868720cf3a47a1095a
- Size of remote file:
- 3.9 kB
- SHA256:
- 30c662055c9d79aeca78ba736803a904ba21a7b063a8f0ceea07ea3cf9b941e9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.