Is v0 or v1?

#1
by bemer12 - opened

Thanks for your effort!

Hi,

What do you mean by v0 or v1?

Hi,

What do you mean by v0 or v1?

Between Vicuna v0 and v1.1 the instruction prompt structure changed as detailed here https://github.com/lm-sys/FastChat/blob/main/docs/vicuna_weights_version.md#example-prompt-weight-v11
That would mean that this model would need to be prompted one way or the other to maintain the expected instruction structure, because the instruct_blip_vicuna*.pth weights were finetuned on one or the other.

According to the instructblip project page, the Vicuna 1.1 weights are meant to be prepared, detailed here https://github.com/salesforce/LAVIS/tree/main/projects/instructblip#prepare-vicuna-weights
So I would guess that is canonically correct, can't verify 100% that's the source of these weights, but it's a good guess.

Oh thanks for notifying! It seems to be Vicuna 1.1.

I followed the guide here: https://github.com/lm-sys/FastChat#model-weights.

Sign up or log in to comment