Instructions to use robometer/Robometer-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robometer/Robometer-4B with Transformers:
# Load model directly from transformers import AutoProcessor, RFM processor = AutoProcessor.from_pretrained("robometer/Robometer-4B") model = RFM.from_pretrained("robometer/Robometer-4B") - Notebooks
- Google Colab
- Kaggle
Add robotics pipeline tag and improve model card
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
This PR improves the model card by:
- Adding the
roboticspipeline tag to the metadata for better discoverability. - Including links to the project page and the official GitHub repository.
- Refining the usage instructions based on the documentation provided in the repository.