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