uvishal commited on
Commit
86c7dc1
·
verified ·
1 Parent(s): 1ddd270

Update README.md

Browse files

Adding dataset card

Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,7 +1,29 @@
1
  ---
2
  license: mit
3
- tags:
4
- - Helio
5
  size_categories:
6
  - 100B<n<1T
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
 
 
3
  size_categories:
4
  - 100B<n<1T
5
+ ---
6
+ # Surya-Bench Solar wind prediction Task
7
+
8
+ This foundation model task uses the foundation model to predict the solar wind measurements at L1 from NASA OMNI dataset. The dataset includes Speed, ("V"), Bx (GSE), By (GSM), Bz (GSM) and number density (N). For the foundation model prediction task, we only consider the wind speed from the dataset.
9
+ In this dataset, we have the training set (typically 1 Jan -- 31 Aug), the validation set (1 Sept -- 31 October), and remaining as test set. We note that 3 high speed streams have been considered separately as testing sets to evaluate the performance of any model.
10
+
11
+ The data are stored as csv files, and can be accesed through pandas, for instance.
12
+
13
+ ## Dataset Details
14
+
15
+ | Field | Description |
16
+ | -------- | ------- |
17
+ | Temporal Coverage | 2010-05-01 to 2023-12-31 |
18
+ | File Format | `.csv` |
19
+ | Data Shape | (1, 5) |
20
+ | Number of Time Steps | 120748 |
21
+ | Cadence | hourly |
22
+ | Parameter to be considered | `V` |
23
+
24
+
25
+
26
+ ## Authors
27
+ Vishal Upendran, [[email protected]]([email protected])
28
+
29
+ ![Solar wind time series](solar_wind_data.png "Solar wind")