Multimodal Models
Collection
19 items
β’
Updated
For those who are interested in model conversion, you can try to export axmodel through the original repo : https://huggingface.co/openbmb/MiniCPM-V-4
How to Convert LLM from Huggingface to axmodel
Download all files from this repository to the device
root@ax650:~/wangjian/minicpm-v-4# tree -L 1
.
βββ embed_tokens.pth
βββ minicpm-v-4_axmodel
βββ minicpmv4_tokenizer
βββ resampler.axmodel
βββ run_axmodel.py
βββ show_demo.jpg
βββ siglip.axmodel
install transformers
pip install transformers==4.51.0
run following cmdοΌ
python3 run_axmodel.py -i show_demo.jpg -q "What is the landform in the picture?"
minicpm-v-4 output:
question1 = "What is the landform in the picture?"
answer1 = The landform in the picture is a karst topography, characterized by its unique and dramatic appearance with steep limestone cliffs rising from the water' s surface. This type of landscape is commonly found in regions with significant geological activity, such as China's Li River.
Base model
openbmb/MiniCPM-V-4