4184b6c
1
2
3
4
5
6
7
for d in ds-*; do if [ -d "$d" ]; then huggingface-cli upload Datadog/BOOM "$d" --repo-type dataset --include "*" fi done