harishhirthi commited on
Commit
20e1b20
·
verified ·
1 Parent(s): e51e6f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -549,4 +549,23 @@ config:
549
  data_files:
550
  - split: train
551
  path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/Hourly/SynD/*.parquet
552
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  data_files:
550
  - split: train
551
  path: Dataset_V0.0/Synthetic-Energy-Load-Profiles/Hourly/SynD/*.parquet
552
+ ---
553
+
554
+
555
+ # EnergyBench Dataset
556
+
557
+ A open-source large-scale energy meter dataset designed to support a variety of energy analytics applications, including load profile analysis, and load forecasting.
558
+ It compiles over 60 detailed electricity consumption datasets encompassing approximately **78,000** real buildings representing the global building stock, offering insights into the temporal and spatial variations in energy consumption.
559
+ The buildings are classified into two categories: **Commercial**, which includes **2,900** buildings, and **Residential**, which includes **75,100** buildings, with a total of 65,000 building-days of time-series data.
560
+ These buildings span diverse geographies, climatic zones, and operational profiles, providing a broad spectrum of usage patterns.
561
+
562
+ All processed datasets contain hourly data, with some offering additional 15-minute and 30-minute resolution. To ensure efficient storage, we saved the datasets in Parquet format rather than CSV.
563
+ For datasets involving a large number of buildings, we partitioned the data into multiple Parquet files.
564
+
565
+ Metadata of each datasets are provided in [metadata](https://huggingface.co/datasets/ai-iot/EnergyBench/tree/main/Dataset_V0.0/metadata).
566
+
567
+ Table 1: Summary of EnergBench dataset
568
+ | Category | # Datasets | # Buildings | # Days | # Hourly Obs |
569
+ |-------------|-------------|--------------|---------|--------|
570
+ | Commercial | 20 | 2,916 | 16,706 | 62M |
571
+ | Residential | 47 | 75,121 | 43,852 | 1.2B |