Skip to content

Commit 8e9ef21

Browse files
GengzeZhouWauplin
andauthored
Add SAME (embodied navigation) as library (#1886)
## Description Adds download tracking support for [SAME](https://github.com/GengzeZhou/SAME) (State-Adaptive Mixture of Experts), an ICCV 2025 paper on generic language-guided visual navigation. SAME distributes pretrained model weights as `.pt` files on HuggingFace: https://huggingface.co/ZGZzz/SAME ## Changes - Added `same` entry to `model-libraries.ts` with `countDownloads` for `.pt` extension - Added usage snippet to `model-libraries-snippets.ts` ## Related - Paper: [SAME: Learning Generic Language-Guided Visual Navigation with State-Adaptive Mixture of Experts](https://arxiv.org/abs/2412.05552) - GitHub: https://github.com/GengzeZhou/SAME - HuggingFace: https://huggingface.co/ZGZzz/SAME --------- Co-authored-by: Lucain <lucainp@gmail.com>
1 parent 42c7ff5 commit 8e9ef21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
10431043
snippets: snippets.sam_3d_objects,
10441044
countDownloads: `path:"checkpoints/pipeline.yaml"`,
10451045
},
1046+
same: {
1047+
prettyLabel: "SAME",
1048+
repoName: "SAME",
1049+
repoUrl: "https://github.com/GengzeZhou/SAME",
1050+
filter: false,
1051+
countDownloads: `path:"ckpt/SAME.pt" OR path:"pretrain/Attnq_pretrained_ckpt.pt"`,
1052+
},
10461053
"sample-factory": {
10471054
prettyLabel: "sample-factory",
10481055
repoName: "sample-factory",

0 commit comments

Comments
 (0)