Video-Text-to-Text
Transformers
Safetensors
minicpmv
feature-extraction
MiniCPM-V
finetune
MLLM
custom_code
Instructions to use xjtupanda/MiniCPM-V-200K-video-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xjtupanda/MiniCPM-V-200K-video-finetune with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("xjtupanda/MiniCPM-V-200K-video-finetune", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update model card with paper information and correct Github link
#1
by nielsr HF Staff - opened
This PR updates the model card with the paper title, abstract, and a link to the updated Github repository.
xjtupanda changed pull request status to merged