Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haotian-liu committed Oct 27, 2023
1 parent a0bdc71 commit e61aa3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Finetune_Custom_Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ A sample JSON for finetuning LLaVA for generating tag-style captions for Stable

If you have a limited task-specific data, we recommend finetuning from LLaVA checkpoints with LoRA following this [script](https://github.com/haotian-liu/LLaVA/blob/main/scripts/v1_5/finetune_task_lora.sh).

If the amount of the task-specific data is sufficient, you can also finetune from LLaVA checkpoints with full-model finetuning following this [script](https://github.com/haotian-liu/LLaVA/blob/main/scripts/v1_5/finetune_task.sh).

You may need to adjust the hyperparameters to fit each specific dataset and your hardware constraint.


0 comments on commit e61aa3f

Please sign in to comment.