zhuyiche / llava-phi

361 stars 38 forks source link

Where is Mipha-1.6B? #15

Closed JohannesVod closed 5 months ago

JohannesVod commented 5 months ago

Hi,

is there a way to get the model weights from mipha-1.6B ? Currently i only see the 3B model, but i need the smaller one because i want a really small and fast model that i can train on domain specific data.

JohannesVod commented 5 months ago

@JLM-Z😥

JohannesVod commented 5 months ago

@JLM-Z @zhuyiche I can paypal you 5 dollar if you do it

JLM-Z commented 5 months ago

I'm sorry for my latter reply. I'm going to make the Mipha-1.6B weights public for free this week. However, the exact release date cannot be determined at the moment, as the disk storing the model weights is undergoing physical migration. Please understand.

JohannesVod commented 5 months ago

@JLM-Z Thank you! Also, very nice work tbh

JLM-Z commented 5 months ago

I have updated this codebase for phi1.5, and the weigths of Mipha-phi1.5 are here. A simple example would be like this:

python mipha/serve/cli.py  --model-path zhumj34/Mipha-phi1_5-1.6B --conv-mode phi --image-file ./mipha/serve/examples/extreme_ironing.jpg
JohannesVod commented 5 months ago

Thank you so much