add: util to download behavior data

This commit is contained in:
fracapuano
2025-11-12 23:14:58 +00:00
parent 1ef0f0bb86
commit eaea3806e8
+8
View File
@@ -0,0 +1,8 @@
from huggingface_hub import snapshot_download
if __name__ == "__main__":
snapshot_download(
repo_id="behavior-1k/2025-challenge-demos",
repo_type="dataset",
local_dir="/fsx/francesco_capuano/behavior1k-2025-v21",
)