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
File size: 417 Bytes
e5d0861 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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." |