Add dataset card with task category and link to Github repo
Browse filesThis PR adds a dataset card, specifies the `image-segmentation` task category, and links to the Github repository for the project.
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- image-segmentation
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains datasets used in the paper "SALT: Parameter-Efficient Fine-Tuning via Singular Value Adaptation with Low-Rank Transformation" for medical image segmentation.
|
7 |
+
|
8 |
+
Github: https://github.com/YourUsername/SALT
|