How to use BucketOfFish/huggingface_custom_model_tutorial with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResnetModelForImageClassification processor = AutoImageProcessor.from_pretrained("BucketOfFish/huggingface_custom_model_tutorial") model = ResnetModelForImageClassification.from_pretrained("BucketOfFish/huggingface_custom_model_tutorial")
The community tab is the place to discuss and collaborate with the HF community!