nielsr HF Staff commited on
Commit
6656c4f
·
verified ·
1 Parent(s): 3beef06

Add model card

Browse files

This PR adds a model card for the SemLA model. It includes the `image-segmentation` pipeline tag and specifies Detectron2 as the library.

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ library_name: detectron2
5
+ ---
6
+
7
+ 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.
8
+
9
+ Code: https://github.com/amazon-science/PAE
10
+
11
+ Project page: https://thegoodailab.org/semla