File size: 807 Bytes
4cabc18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # ROOT .metadata.yaml — "coming soon" placeholder.
# No `format` block and no artifact subfolders: nothing is published yet.
# The AI-Dashboard treats a repo with zero artifact folders as "coming soon"
# automatically — once real precision folders + benchmarks are added here,
# this becomes a normal model card with no other change needed.
model:
name: gr00t
display_name: GR00T
upstream: nvidia/GR00T-N1.5-3B # TODO: confirm exact upstream repo id/version before publishing
architecture:
family: gr00t
modality:
# GR00T is a humanoid-robot vision-language-action model — not a
# chat-style VLM. Renders on the dashboard with the VLA badge and
# illustration (assets/fallback-vla.svg), distinct from VLM.
- vision-language-action
parameters: 3.0B
tasks:
- robotics
|