Instructions to use initiacms/RoMA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use initiacms/RoMA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="initiacms/RoMA")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("initiacms/RoMA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name
#1
by nielsr HF Staff - opened
This PR makes sure the model can be found at https://huggingface.co/models?pipeline_tag=image-feature-extraction&sort=trending.
Besides that, it also makes sure the proper library_name is present.
initiacms changed pull request status to merged