Ver Fonte

peft WIP

justheuristic há 3 anos atrás
pai
commit
9ad28290b9
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/peft_utils.py

+ 2 - 1
src/peft_utils.py

@@ -1,6 +1,6 @@
 """
 """
 
 
-Generalized parameter-efficient finetuning modules that support deep prompts and several types of adapters.
+Generalized parameter-efficient finetuning module that supports deep prompts, bitfit, and several types of adapters.
 Designed to be used on both client and server side.
 Designed to be used on both client and server side.
 
 
 """
 """
@@ -40,6 +40,7 @@ class TransformerBlockPEFT(nn.Module):
 
 
 # planned:
 # planned:
 # strategy: define
 # strategy: define
+# - remove the part that stacks multiplicative and additive adapter weights - it does not help!
 # - check that LowRankAdapter works :)
 # - check that LowRankAdapter works :)
 # - implement a function that converts lowrank adapter to [list_of_tensors, metadata]
 # - implement a function that converts lowrank adapter to [list_of_tensors, metadata]
 # - pass list of tensors and metadata in chained requests
 # - pass list of tensors and metadata in chained requests