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