StarVLA/Florence-GR00T-Bridge-RT-1
Florence-2 GR00T for Bridge / RT-1
This repository contains a StarVLA QwenGR00T-framework checkpoint that uses Florence-2-large through StarVLA's Florence interface and a GR00T-style flow-matching action head. It was co-trained with the bridge_rt_1 robot-data mixture and an auxiliary VLM dataset mixture.
Model and action contract
Training recipe
The packaged config.yaml records:
The saved config also retains a dinov2_vits14 field, but the selected QwenGR00T/Florence path does not construct DINO or Q-Former. It contains an environment-local Florence path. Map framework.qwenvl.base_vlm to microsoft/Florence-2-large or an equivalent local snapshot before loading.
SimplerEnv WidowX results
The following success rates are retained from the original Hub Card.
Only the 10k weight is present in this repository. The repository does not include per-episode evaluation logs for the table, so the 20k–100k rows cannot be reproduced from the released artifacts alone. Fluctuation across checkpoints does not by itself establish overfitting, and this Card does not recommend a deployment checkpoint.
Download and evaluation
huggingface-cli download StarVLA/Florence-GR00T-Bridge-RT-1 \
--local-dir Florence-GR00T-Bridge-RT-1
CKPT="$PWD/Florence-GR00T-Bridge-RT-1/checkpoints/steps_10000_pytorch_model.pt"
python deployment/model_server/server_policy.py \
--ckpt_path "$CKPT" --port 6678 --use_bf16 \
--config_override framework.qwenvl.base_vlm=microsoft/Florence-2-largeRun the simulator separately using the StarVLA SimplerEnv workflow.
Evidence and limitations
- Architecture, training settings, action shape, and released step were checked against
config.yamland the Hub file tree. - Evaluation numbers are Card-reported; raw rollout logs and weights other than 10k are not included.
- The artifact is a StarVLA framework state dict, not a standalone Transformers
from_pretrained()policy. - It is scoped to the saved Bridge/RT-1 normalization and 7D delta-EE contract. Cross-embodiment and real-robot performance are not established.
- A GPU environment compatible with the StarVLA framework and Florence-2 is required; this checkpoint has not been validated on CPU or macOS.
