Instructions to use InternRobotics/VL-LN-Bench-basemodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InternRobotics/VL-LN-Bench-basemodel with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("InternRobotics/VL-LN-Bench-basemodel") model = AutoModelForMultimodalLM.from_pretrained("InternRobotics/VL-LN-Bench-basemodel") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and improve model card
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. I've opened this PR to improve the model card for the VL-LN-Bench basemodel:
- Added
library_name: transformersandpipeline_tag: roboticsto the metadata. This will improve discoverability and enable features like the "Use in Transformers" button. - Added an introductory link to the Hugging Face paper page.
- Corrected the arXiv paper link in the "Resources" section to
https://arxiv.org/abs/2512.22342, matching the paper's ID. - Included the BibTeX citation block from the paper's GitHub repository.
These changes should make the model easier to find and use for the community. Let me know if you have any feedback!
zhushaohao changed pull request status to merged