timothybrooks / instruct-pix2pix

Other
6.1k stars 527 forks source link

is the finetuned GPT3 model that generates edit captions from edit instructions openly available? #126

Open alzaia opened 3 months ago

alzaia commented 3 months ago

Hello, I am trying to find a way to compute the CLIP directional similarity on my original vs edited samples, but I do not have captions for my samples. I thought of doing a similar thing to the paper and using an LLM to generate edit captions from an input caption and an editing instruction. Any advice on that? I was wondering if the GPT3 instance you fine-tuned for the generation of your dataset captions is openly available. Thanks!