-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
26 lines (18 loc) · 1 KB
/
Copy pathNOTICE
File metadata and controls
26 lines (18 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
deflect
Copyright 2026 The deflect Authors
Licensed under the Apache License, Version 2.0 (see LICENSE).
------------------------------------------------------------------------------
This product is an original implementation of the DEFLECT method described in:
Romain Thoreau, Valerio Marsocci & Dawa Derksen.
"Parameter-Efficient Adaptation of Geospatial Foundation Models through
Embedding Deflection." arXiv:2503.09493, 2025.
https://arxiv.org/abs/2503.09493
The paper is cited as the source of the *method* (the algorithm and equations).
The code in this repository is an independent expression written from the
paper's equations; it is not derived from any third-party implementation of the
method.
------------------------------------------------------------------------------
The package's public API shape (config / wrapper / method registry / save-load
layout) mirrors the design of Hugging Face PEFT, which is licensed under the
Apache License, Version 2.0:
https://github.com/huggingface/peft