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")
No model card
# Load model directly from transformers import AutoImageProcessor, MobileNetV2ForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("sauradip/intern_model") model = MobileNetV2ForSemanticSegmentation.from_pretrained("sauradip/intern_model")