Add initial dataset card
Browse filesThis PR adds an initial dataset card for the datasets presented in https://huggingface.co/papers/2503.16055. It adds the appropriate task category
as well as links to the datasets used.
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)
|