InternVL icon indicating copy to clipboard operation
InternVL copied to clipboard

[Docs] Seems to be an error in the document

Open Zzzzzzzzzzj opened this issue 6 months ago • 0 comments

📚 The doc issue

In "Enhancing InternVL2 on COCO Caption Using LoRA Fine-Tuning" tutorial, "Next, we’ll fine-tune the InternVL2-2B model using LoRA. Execute the following command for fine-tuning:

GPUS=8 PER_DEVICE_BATCH_SIZE=4 sh shell/internvl2.0/2nd_finetune/internvl2_2b_internlm2_1_8b_dynamic_res_2nd_finetune_lora.sh" is wrong.

Suggest a potential alternative/fix

I think it should be "GPUS=8 PER_DEVICE_BATCH_SIZE=4 sh shell/internvl2.0/2nd_finetune/internvl2_2b_internlm2_1_8b_dynamic_res_2nd_finetune_lora_coco.sh"

Zzzzzzzzzzj avatar Aug 11 '24 09:08 Zzzzzzzzzzj