Instructions to use openbmb/MiniCPM-V with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/MiniCPM-V with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="openbmb/MiniCPM-V", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/MiniCPM-V", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
how to fine tune model?
#2
by NickyNicky - opened
same title
thanks.
We will release the code for fine-tuning in a few weeks, please watch https://github.com/OpenBMB/OmniLMM for the updates.
We will release the code for fine-tuning in a few weeks, please watch https://github.com/OpenBMB/OmniLMM for the updates.
Hi. Any estimated date to release? Thanks
mmm soon?
