Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Datadog
/
BOOM
like
32
Follow
Datadog
127
Tasks:
Time Series Forecasting
Modalities:
Time-series
Size:
100M<n<1B
ArXiv:
arxiv:
2505.14766
Tags:
time-series
forecasting
observability
foundation models
boom
timeseries
License:
apache-2.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
2
4184b6c
BOOM
/
script.sh
Salahidine2002
Add files using upload-large-folder tool
4184b6c
verified
10 months ago
raw
Copy download link
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