nielsr HF Staff commited on
Commit
5dfab20
·
verified ·
1 Parent(s): 818b5fb

Add metadata and links to paper and code

Browse files

This PR adds metadata to the dataset card, including the task category and license. It also adds links to the paper and the Github repository. The datasets themselves are hosted elsewhere (links are in the README).

Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-segmentation
4
+ license: mit
5
+ tags:
6
+ - parameter-efficient-fine-tuning
7
+ - peft
8
+ - segment-anything
9
+ - sam
10
+ - medical-image-segmentation
11
+ ---
12
+
13
+ This repository contains the code for SALT: Parameter-Efficient Fine-Tuning via Singular Value Adaptation with Low-Rank Transformation. SALT is a method for adapting large-scale foundation models, particularly the Segment Anything Model (SAM), to domain-specific tasks, such as medical image segmentation, with high parameter efficiency.
14
+
15
+
16
+ Paper: [SALT: Parameter-Efficient Fine-Tuning via Singular Value Adaptation with Low-Rank Transformation](https://huggingface.co/papers/2503.16055)
17
+
18
+ Code: https://github.com/YourUsername/SALT.git
19
+
20
+
21
+ The following datasets, used in the experiments, are available on Hugging Face:
22
+
23
+ - **ROSE:** (https://huggingface.co/datasets/pythn/ROSE)
24
+ - **ARCADE:** (https://huggingface.co/datasets/pythn/ARCADE)
25
+ - **DRIVE:** (https://huggingface.co/datasets/pythn/drive)
26
+ - **DIAS:** (https://huggingface.co/datasets/pythn/DIAS)
27
+ - **Xray-Angio:** (https://huggingface.co/datasets/pythn/DB)