Visual Question Answering
Transformers
Safetensors
minicpmv
feature-extraction
custom_code
4-bit precision
bitsandbytes
Instructions to use openbmb/MiniCPM-Llama3-V-2_5-int4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/MiniCPM-Llama3-V-2_5-int4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="openbmb/MiniCPM-Llama3-V-2_5-int4", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/MiniCPM-Llama3-V-2_5-int4", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix task tag
#9 opened over 1 year ago
by
merve
What framework do you use to quantize this model?
#8 opened over 1 year ago
by
sipie800
I would like to get the embedding vector as ouput. Is it supported?
2
#7 opened almost 2 years ago
by
iwonder87
Fix task name
#6 opened almost 2 years ago
by
merve
Logits Extraction
1
#5 opened almost 2 years ago
by
Romnags
can we use lora to finetuning this int4 model?
1
#3 opened almost 2 years ago
by
khangnh
report for local try run
2
#2 opened about 2 years ago
by
kennyx
Look forward to the GGUF version of this model
❤️ 5
7
#1 opened about 2 years ago
by
jian2023