LLM-groundedDiffusion icon indicating copy to clipboard operation
LLM-groundedDiffusion copied to clipboard

Can we use small model like LLAMA to get layout?

Open hujunchao opened this issue 1 year ago • 3 comments

Sometimes, there is no way to use Chatgpt or GPT4. Can we use smaller model than GPT like llama to get layout? If we can use small model to get layout, It will be more and more popular for this job. Looking forward to your reply! Thanks!

hujunchao avatar Jun 20 '23 13:06 hujunchao

Yes. I tried Vicuna (https://github.com/lm-sys/FastChat) and it also works. However, proprietary models (e.g. gpt-3.5-turbo) are still better.

TonyLianLong avatar Jun 20 '23 14:06 TonyLianLong

I tried LLaMA-2-7b and it seems to work:

image

I used the non-chat version to perform the text completion.

TonyLianLong avatar Jul 20 '23 17:07 TonyLianLong

Oh, It is amazing! I will try it.

hujunchao avatar Jul 21 '23 03:07 hujunchao