Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

M-Ziyo
/
tiny-random-MiniCPM-o-2_6-mini

Image-to-Text
Transformers
Safetensors
minicpmo
feature-extraction
vision
multimodal
tiny-model
minicpm
custom_code
Model card Files Files and versions
xet
Community

Instructions to use M-Ziyo/tiny-random-MiniCPM-o-2_6-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use M-Ziyo/tiny-random-MiniCPM-o-2_6-mini with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="M-Ziyo/tiny-random-MiniCPM-o-2_6-mini", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("M-Ziyo/tiny-random-MiniCPM-o-2_6-mini", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-MiniCPM-o-2_6-mini / tokenizer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
M-Ziyo's picture
M-Ziyo
Upload folder using huggingface_hub
09d8da2 verified 5 months ago
  • added_tokens.json
    1.46 kB
    Upload folder using huggingface_hub 5 months ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 5 months ago
  • special_tokens_map.json
    1.27 kB
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    14.7 kB
    Upload folder using huggingface_hub 5 months ago
  • vocab.json
    1.03 MB
    Upload folder using huggingface_hub 5 months ago