Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

seanlong
/
MiniCPM-Llama3-V-2_5

Visual Question Answering
Transformers
Safetensors
English
Chinese
minicpmv
feature-extraction
custom_code
Model card Files Files and versions
xet
Community

Instructions to use seanlong/MiniCPM-Llama3-V-2_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use seanlong/MiniCPM-Llama3-V-2_5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="seanlong/MiniCPM-Llama3-V-2_5", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("seanlong/MiniCPM-Llama3-V-2_5", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MiniCPM-Llama3-V-2_5
17.1 GB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 69 commits
yuzaa's picture
yuzaa
qianyuchen's picture
qianyuchen
Update modeling_minicpmv.py (#56)
e5f923c about 2 years ago
  • assets
    Upload llavabench_compare.png over 2 years ago
  • .gitattributes
    1.6 kB
    Add assets over 2 years ago
  • README.md
    12.6 kB
    Update README.md about 2 years ago
  • config.json
    1.37 kB
    init over 2 years ago
  • configuration_minicpm.py
    4.06 kB
    init over 2 years ago
  • generation_config.json
    121 Bytes
    init over 2 years ago
  • model-00001-of-00007.safetensors
    2.44 GB
    xet
    Add model over 2 years ago
  • model-00002-of-00007.safetensors
    2.42 GB
    xet
    Add model over 2 years ago
  • model-00003-of-00007.safetensors
    2.5 GB
    xet
    Add model over 2 years ago
  • model-00004-of-00007.safetensors
    2.5 GB
    xet
    Add model over 2 years ago
  • model-00005-of-00007.safetensors
    2.42 GB
    xet
    Add model over 2 years ago
  • model-00006-of-00007.safetensors
    2.5 GB
    xet
    Add model over 2 years ago
  • model-00007-of-00007.safetensors
    2.3 GB
    xet
    Add model over 2 years ago
  • model.safetensors.index.json
    62.8 kB
    init over 2 years ago
  • modeling_minicpmv.py
    25 kB
    Update modeling_minicpmv.py (#56) about 2 years ago
  • resampler.py
    35.9 kB
    Update resampler.py (#57) about 2 years ago
  • special_tokens_map.json
    459 Bytes
    init over 2 years ago
  • tokenizer.json
    9.08 MB
    init over 2 years ago
  • tokenizer_config.json
    50.9 kB
    Update tokenizer_config.json about 2 years ago