README for the subset.
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- power-systems
|
| 7 |
+
- time-domain
|
| 8 |
+
- simulation
|
| 9 |
+
task_categories:
|
| 10 |
+
- tabular-regression
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: l_emt
|
| 13 |
+
data_files: data/*_L_EMT.csv
|
| 14 |
+
- config_name: l_rms
|
| 15 |
+
data_files: data/*_L_RMS.csv
|
| 16 |
+
- config_name: m_emt
|
| 17 |
+
data_files: data/*_M_EMT.csv
|
| 18 |
+
- config_name: m_rms
|
| 19 |
+
data_files: data/*_M_RMS.csv
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
This is a subset of the data provided at https://huggingface.co/datasets/neurips26-PSML/SIIB-Time. The subset includes the first scenario for both grid forming and grid following trajectories. See the [datacard](https://huggingface.co/datasets/neurips26-PSML/SIIB-Time) of the original dataset for more details.
|
| 24 |
+
|