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
Opensource the training code
#10
by phanhoang - opened
Hi @visheratin , thank you for great blog post!
Do you plan to publicize this source code with training code?
Thanks.