Add model card (#1)
Browse files- Add model card (6656c4f66e76bdfbeb958cc832373abcb72c0ca2)
- Update README.md (40789b7767fad3d517271c427819411758030d44)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: image-segmentation
|
4 |
+
---
|
5 |
+
|
6 |
+
Semantic Library Adaptation (SemLA) is a training-free, test-time domain adaptation framework that dynamically retrieves and merges the most relevant LoRA adapters from a library based on semantic similarity to the target domain. SemLA constructs tailored models for each input without additional training, offering scalability, explainability, and privacy preservation. See [the paper](https://arxiv.org/abs/2503.21780) for more details.
|
7 |
+
|
8 |
+
Code: https://github.com/rezaqorbani/SemLA
|
9 |
+
|
10 |
+
Project page: https://thegoodailab.org/semla
|