haotian-liu / LLaVA

[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.
https://llava.hliu.cc
Apache License 2.0
19.08k stars 2.09k forks source link

[Question] Data Generation Script #216

Open jshilong opened 1 year ago

jshilong commented 1 year ago

Question

Hi Haotian,

I hope this message finds you well. I have been following your amazing work and I'm interested in generating some data myself. Would it be possible for you to share your scripts used to generate three types of conversations?

Thank you for your time and consideration. I look forward to hearing back from you soon.

Thanks

RajdeepBorgohain commented 1 year ago

Hi, @jshilong; refer to this location https://github.com/haotian-liu/LLaVA/tree/main/playground/data and combine it with the paper and try it. I am also looking for the same but planning to do the same.

Luo-Z13 commented 8 months ago

your time and consideration. I look forward to hearing back from you soon.

Hi, @jshilong; refer to this location https://github.com/haotian-liu/LLaVA/tree/main/playground/data and combine it with the paper and try it. I am also looking for the same but planning to do the same.

Hello @RajdeepBorgohain , have you found any open-source data processing pipeline? It seems that many existing projects do not provide scripts for generating descriptions using GPT-4 or LLAVA. If you come across anything, your assistance would be highly appreciated!