BOOM / script.sh
Salahidine2002's picture
Add files using upload-large-folder tool
4184b6c verified
raw
history blame
131 Bytes
for d in ds-*; do
if [ -d "$d" ]; then
huggingface-cli upload Datadog/BOOM "$d" --repo-type dataset --include "*"
fi
done