Instructions to use visheratin/MC-LLaVA-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use visheratin/MC-LLaVA-3b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("visheratin/MC-LLaVA-3b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Traning Code
#8
by joee2711 - opened
Could you please share with us the training code.!!!!
I'm working on the easy-to-use code to fine-tune the model. Hopefully, I'll release it next week!