Instructions to use MalyO2/working with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MalyO2/working with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="MalyO2/working")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("MalyO2/working") model = AutoModelForObjectDetection.from_pretrained("MalyO2/working") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- run-20241127_153304-dgfn4fnq
- run-20241127_153658-ukl4t7mf
- run-20241127_172745-6tkomlep
- run-20241127_175738-q3pkeg7r
- run-20241127_175914-sgwfgfol
- run-20241127_180216-cw52y5x8
- run-20241127_180224-5l7xiabt
- run-20241127_180245-wpdp0i8s
- run-20241127_181808-7php0lkf
- run-20241127_182459-tnuzi351
- run-20241127_182957-mvzxah51
- run-20241127_183401-0hpae7jh
- run-20241127_184106-b3av6kjn
- run-20241127_184914-lig8s4o3
- 1.75 kB
- 11.5 kB