justheuristic 3 년 전
부모
커밋
349ba08fa7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):
     """
-    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.
 
     :note: all unused trainable parameters will be represented with a special DUMMY tensor