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
fine tune?
#6
by NickyNicky - opened
good model, how could I make fine tune, do you have any easy tutorial in colab?
I'm working on the easy-to-use code to fine-tune the model. Hopefully, I'll release it next week!