What's the base language model of the model?

#1
by Labmem009 - opened

I wonder what's the base language model of the model? Because the weight is so small

Dialogue System Research Group at Nagoya University org

Hi, Labmem009
We constructed our llava model with the following three modules (you can confirm this in config.json):

The model.safetensors file in this repo contains the entire llava model above, so the total size should be 1.8GB.
FYI, in training this llava model, we only updated the MLP and the LM using the stair dataset.

Sign up or log in to comment