Instructions to use tiny-random/minicpm-v-4.6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiny-random/minicpm-v-4.6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="tiny-random/minicpm-v-4.6")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("tiny-random/minicpm-v-4.6") model = AutoModel.from_pretrained("tiny-random/minicpm-v-4.6") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
420e7e4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:33861e37bb955af1e3f3061182b820f347eba2b9c2c1011c82794bf0d6e77b54
size 19992481
|