Instructions to use InternRobotics/VLN-PE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InternRobotics/VLN-PE with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("InternRobotics/VLN-PE", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| repo: InternRobotics/VLN-PE | |
| type: "checkpoint-collection" | |
| description: "Collection of VLN-PE checkpoints and configs." | |
| checkpoints: | |
| - name: vlnpe_model_a | |
| path: checkpoints/vlnpe_model_a/ | |
| notes: "Main release checkpoint" | |
| - name: vlnpe_model_b | |
| path: checkpoints/vlnpe_model_b/ | |
| notes: "Ablation / variant" | |
| download_tracking: | |
| note: "HF download stats count requests to query files like meta.yaml." |