Edisonhimself

Results 3 issues of Edisonhimself

作者大佬您好! 我想先通过“model = GPT2LMHeadModel.from_pretrained(args.pretrained_model)”加载预训练模型然后在它的基础上进行微调 我想问您的代码中这样进行微调的方式是在加载的模型的参数的基础上进行全参数微调吗?

**What does the parameter "data" printed during training mean** ![530babf1837c3d8e5b62f3ae1cbf230](https://github.com/Vision-CAIR/MiniGPT-4/assets/152782886/e461660b-7330-47b8-b18f-616e7b056042)

**The order of connection between word vectors and image vectors in prompt** Thank you for your work. I have a few questions regarding **the concatenation order of the image vectors...