Transformers How to use hf-tiny-model-private/tiny-random-BeitForSemanticSegmentation with Transformers:
# Load model directly
from transformers import AutoImageProcessor, BeitForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("hf-tiny-model-private/tiny-random-BeitForSemanticSegmentation")
model = BeitForSemanticSegmentation.from_pretrained("hf-tiny-model-private/tiny-random-BeitForSemanticSegmentation")