annamonica commited on
Commit
3cf4f6a
·
1 Parent(s): e3ffac3

add boomlet info

Browse files
Files changed (1) hide show
  1. src/about.py +4 -1
src/about.py CHANGED
@@ -26,7 +26,10 @@ TITLE = """<h1 align="center" id="space-title">BOOM 💥 Observability Time-Seri
26
 
27
  # What does your leaderboard evaluate?
28
  INTRODUCTION_TEXT = """
29
- BOOM (**B**enchmark **o**f **O**bservability **M**etrics) is a large-scale, real-world time series dataset designed for evaluating models on forecasting tasks in complex observability environments. Consisting of around 350 million time-series data points spanning 32,887 variables, the benchmark is derived from real-world metrics collected via Datadog, a leading observability platform. It therefore captures the irregularity, structural complexity, and heavy-tailed statistics typical of production observability data.
 
 
 
30
  For more information, please refer to the [BOOM Dataset Card](https://huggingface.co/datasets/Datadog/BOOM) and the [BOOM GitHub repository](https://github.com/DataDog/toto?tab=readme-ov-file#boom-benchmark-of-observability-metrics)
31
  """
32
 
 
26
 
27
  # What does your leaderboard evaluate?
28
  INTRODUCTION_TEXT = """
29
+ **BOOM** (**B**enchmark **o**f **O**bservability **M**etrics) is a large-scale, real-world time series dataset designed for evaluating models on forecasting tasks in complex observability environments. Consisting of around 350 million time-series data points spanning 32,887 variables, the benchmark is derived from real-world metrics collected via Datadog, a leading observability platform. It therefore captures the irregularity, structural complexity, and heavy-tailed statistics typical of production observability data.
30
+
31
+ To support research in resource-constrained settings, we also introduce **BOOMLET**, a smaller yet representative subset of the **BOOM** benchmark. It includes 32 metric queries, covering 1,627 variates and approximately 23 million observation points. It preserves key distributional properties while focusing on queries with more variates to ensure meaningful coverage.
32
+
33
  For more information, please refer to the [BOOM Dataset Card](https://huggingface.co/datasets/Datadog/BOOM) and the [BOOM GitHub repository](https://github.com/DataDog/toto?tab=readme-ov-file#boom-benchmark-of-observability-metrics)
34
  """
35