Add initial dataset card
#2
by
nielsr
HF Staff
- opened
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-segmentation
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the datasets presented in [SALT: Parameter-Efficient Fine-Tuning via Singular Value Adaptation with Low-Rank Transformation](https://huggingface.co/papers/2503.16055).
|
7 |
+
|
8 |
+
The following datasets are used:
|
9 |
+
|
10 |
+
- π’: **[ROSE](https://huggingface.co/datasets/pythn/ROSE)** (Retinal OCT Angiography)
|
11 |
+
- π΅: **[ARCADE](https://huggingface.co/datasets/pythn/ARCADE)** (Coronary Artery Segmentation)
|
12 |
+
- π : **[DRIVE](https://huggingface.co/datasets/pythn/drive)** (Retinal Vessel Segmentation)
|
13 |
+
- π‘: **[DIAS](https://huggingface.co/datasets/pythn/DIAS)** (Dynamic Digital Subtraction Angiography)
|
14 |
+
- π΄: **[Xray-Angio](https://huggingface.co/datasets/pythn/DB)** (Occluded Vessel Segmentation)
|