Instructions to use robbyant/lingbot-va-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use robbyant/lingbot-va-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("robbyant/lingbot-va-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add robotics metadata 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 relevant metadata and documentation:
- Pipeline Tag: Added
roboticsto help users find the model in the robotics category. - License: Specified
apache-2.0as indicated in the project documentation. - Paper Link: Added a direct link to the associated paper for easier reference.
- Project Links: Included links to the GitHub repository and project page.
- Getting Started: Added installation steps and a quick generation snippet from the official README.