Model.py file

#7
by AvDy - opened

Greetings

Thank you for your code. I want to know is there any modelling.py file where I can modify the architecture for my particular use case. Something similar to what phi3.5V has on its huggingface repo as below.
https://huggingface.co/microsoft/Phi-3.5-vision-instruct/blob/main/modeling_phi3_v.py

Llava Hugging Face org

Hi,

Llava-OneVision is natively integrated in Transformers, so the code is available here: https://github.com/huggingface/transformers/tree/main/src/transformers/models/llava_onevision

Sign up or log in to comment