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