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