소스 검색

update README

JimChienTW 5 달 전
부모
커밋
f228cb4d53
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      recipes/quickstart/finetuning/README.md
  2. 6 0
      recipes/quickstart/finetuning/finetune_vision_model.md

+ 1 - 0
recipes/quickstart/finetuning/README.md

@@ -54,6 +54,7 @@ It lets us specify the training settings for everything from `model_name` to `da
     output_dir: str = "PATH/to/save/PEFT/model"
     freeze_layers: bool = False
     num_freeze_layers: int = 1
+    freeze_LLM_only: bool = False # Freeze self-attention layers in the language_model. Vision model, multi_modal_projector, cross-attention will be fine-tuned
     quantization: str = None
     one_gpu: bool = False
     save_model: bool = True

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 6 - 0
recipes/quickstart/finetuning/finetune_vision_model.md