Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,20 @@ tags:
|
|
| 7 |
- polarity-inversion-lines
|
| 8 |
- space-weather
|
| 9 |
pretty_name: ARPIL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# A Dataset of Binary Maps of Active Regions with Polarity Inversion Lines
|
|
|
|
| 7 |
- polarity-inversion-lines
|
| 8 |
- space-weather
|
| 9 |
pretty_name: ARPIL
|
| 10 |
+
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: default
|
| 13 |
+
default: true
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: "train.csv"
|
| 17 |
+
- split: validation
|
| 18 |
+
path: "validation.csv"
|
| 19 |
+
- split: test
|
| 20 |
+
path: "test.csv"
|
| 21 |
+
- split: leaky_validation
|
| 22 |
+
path: "leaky_validation.csv"
|
| 23 |
+
---
|
| 24 |
---
|
| 25 |
|
| 26 |
# A Dataset of Binary Maps of Active Regions with Polarity Inversion Lines
|