justheuristic 3 lat temu
rodzic
commit
349ba08fa7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/peft_utils.py

+ 1 - 1
src/peft_utils.py

@@ -17,7 +17,7 @@ from src.utils.misc import DUMMY, is_dummy
 
 
 class TransformerBlockPEFT(nn.Module):
 class TransformerBlockPEFT(nn.Module):
     """
     """
-    Modular parameter-efficient finetuning adapters for a single transformer block.
+    Modular parameter-efficient fine-tuning adapters for a single transformer block.
     Contains a variable number of parameters that can provide soft prompts, adapters, IA3, or a combination thereof.
     Contains a variable number of parameters that can provide soft prompts, adapters, IA3, or a combination thereof.
 
 
     :note: all unused trainable parameters will be represented with a special DUMMY tensor
     :note: all unused trainable parameters will be represented with a special DUMMY tensor