File size: 281 Bytes
40d87dd | 1 2 3 4 5 6 7 8 9 10 11 | #!/bin/bash
export HF_TOKEN="YOUR_HF_TOKEN_HERE"
export HF_HUB_ENABLE_HF_TRANSFER=1
export HF_HUB_VERBOSITY=debug
hf download \
--repo-type dataset \
--local-dir /workspace/hanrui/datasets/Nemotron-CodeAlpaca-qwen3-8b-800K \
eigen-ai-labs/Nemotron-CodeAlpaca-qwen3-8b-800K
|