for d in ds-*; do if [ -d "$d" ]; then huggingface-cli upload Datadog/BOOM "$d" --repo-type dataset --include "*" fi done