Add dataset card for SALT
Browse filesThis PR adds a dataset card for the SALT project, including the task category, links to the datasets and a description of what SALT is.
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-segmentation
|
4 |
+
license: mit
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the medical imaging datasets used in [SALT: Parameter-Efficient Fine-Tuning via Singular Value Adaptation with Low-Rank Transformation](https://github.com/YourUsername/SALT). SALT is a novel Parameter-Efficient Fine-Tuning (PEFT) method designed to adapt large-scale foundation models—especially **Segment Anything Model (SAM)**—to domain-specific tasks such as **medical image segmentation**.
|
8 |
+
|
9 |
+
The datasets are:
|
10 |
+
|
11 |
+
- [ROSE](https://huggingface.co/datasets/pythn/ROSE) (Retinal OCT Angiography)
|
12 |
+
- [ARCADE](https://huggingface.co/datasets/pythn/ARCADE) (Coronary Artery Segmentation)
|
13 |
+
- [DRIVE](https://huggingface.co/datasets/pythn/drive) (Retinal Vessel Segmentation)
|
14 |
+
- [DIAS](https://huggingface.co/datasets/pythn/DIAS) (Dynamic Digital Subtraction Angiography)
|
15 |
+
- [Xray-Angio](https://huggingface.co/datasets/pythn/DB) (Occluded Vessel Segmentation)
|