Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -14,6 +14,15 @@ task_categories:
|
|
| 14 |
- image-segmentation
|
| 15 |
size_categories:
|
| 16 |
- 100-1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# M&Ms (Cardiac Cine-MRI)
|
|
|
|
| 14 |
- image-segmentation
|
| 15 |
size_categories:
|
| 16 |
- 100-1K
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: train.csv
|
| 22 |
+
- split: val
|
| 23 |
+
path: val.csv
|
| 24 |
+
- split: test
|
| 25 |
+
path: test.csv
|
| 26 |
---
|
| 27 |
|
| 28 |
# M&Ms (Cardiac Cine-MRI)
|