Is it the weights of the model the same asliuhaotian/llava-v1.6-34b?

#2
by ZealLin - opened

Hi~Thanks for your contribution for huggingface version of llava-v1.6, a lot. Is the model weights in this repo the same as the original one? I have download the original version of model, can I only replace these .json file?

Owner

this model is just converted version of 'liuhaotian/llava-v1.6-34b' to huggingface llava model using code below. and there is offical hf version 'llava-hf/llava-v1.6-34b-hf'
I'm not sure what you mean by 'can I only replace these .json file?'

https://github.com/huggingface/transformers/blob/main/src/transformers/models/llava/convert_llava_weights_to_hf.py

Sign up or log in to comment