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
Rename README.md to WILSON.md
1
#7 opened over 1 year ago
by
bazike
Rename README.md to tech-wilson
#6 opened over 1 year ago
by
bazike
fine-tuning issues and bug fix
#4 opened over 1 year ago
by
baymax591
RuntimeError: probability tensor contains either `inf`, `nan` or element < 0
1
#3 opened over 2 years ago
by
eelang
how to fine tune model?
4
#2 opened over 2 years ago
by
NickyNicky