Instructions to use Qifa/biji_lada with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qifa/biji_lada with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="Qifa/biji_lada")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("Qifa/biji_lada") model = AutoModelForObjectDetection.from_pretrained("Qifa/biji_lada") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by Qifa - opened
No description provided.
Qifa changed pull request status to merged