OpenDriveLab / OpenDriveLab/SparseVideoNav

Release SparseVideoNav artifacts (models, dataset) on Hugging Face

未关闭
#1 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Python
星标
120
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

Hi @stdcat 🤗

Niels here from the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2602.05827.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models, datasets or demo for instance), you can also claim
the paper as yours which will show up on your public profile at HF, add Github and project page URLs.

I saw in your GitHub README that you plan to release the SparseVideoNav model checkpoints (distilled video generation and action head) and the 140h real-world VLN dataset later this year. It'd be great to make these available on the 🤗 hub when you release them, to improve their discoverability and visibility.
We can add tags so that people find them when filtering https://huggingface.co/models and https://huggingface.co/datasets.

Uploading models

See here for a guide: https://huggingface.co/docs/hub/models-uploading.

In this case, for your video generation or action models, you could leverage the PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to any custom nn.Module. Alternatively, one can leverages the hf_hub_download one-liner to download a checkpoint from the hub.

We encourage researchers to push each model checkpoint to a separate model repository, so that things like download stats also work. We can then also link the checkpoints to the paper page.

Uploading dataset

Would be awesome to make the 140h dataset available on 🤗 , so that people can do:

from datasets import load_dataset

dataset = load_dataset("your-hf-org-or-username/your-dataset")

See here for a guide: https://huggingface.co/docs/datasets/loading.

Besides that, there's the dataset viewer which allows people to quickly explore the first few rows of the data in the browser.

Let me know if you're interested or need any help regarding this when you get closer to your release dates!

Cheers,

Niels
ML Engineer @ HF 🤗

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 GitHub README 中计划发布的详细信息以及链接的 Hugging Face 模型和数据集上传指南开始。当 SparseVideoNav 模型检查点和 140 小时的真实世界 VLN 数据集已在 Hugging Face 上发布,并分别存放在独立且易于发现的仓库中,同时提供可用的加载说明时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
python, pytorch
领域
data, machine-learning, release
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。