Instructions to use sauradip/intern_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sauradip/intern_model with Transformers:
# Load model directly from transformers import AutoImageProcessor, MobileNetV2ForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("sauradip/intern_model") model = MobileNetV2ForSemanticSegmentation.from_pretrained("sauradip/intern_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K