How to use hf-tiny-model-private/tiny-random-ImageGPTForCausalImageModeling with Transformers:
# Load model directly from transformers import AutoImageProcessor, ImageGPTForCausalImageModeling processor = AutoImageProcessor.from_pretrained("hf-tiny-model-private/tiny-random-ImageGPTForCausalImageModeling") model = ImageGPTForCausalImageModeling.from_pretrained("hf-tiny-model-private/tiny-random-ImageGPTForCausalImageModeling")
The community tab is the place to discuss and collaborate with the HF community!