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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cminst
/
Llama-3.2-11B-VisionEncoder

Image Feature Extraction
Transformers
Safetensors
mllama_vision_model
mllama
vision
vision-encoder
Model card Files Files and versions
xet
Community

Instructions to use cminst/Llama-3.2-11B-VisionEncoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cminst/Llama-3.2-11B-VisionEncoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="cminst/Llama-3.2-11B-VisionEncoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("cminst/Llama-3.2-11B-VisionEncoder")
    model = AutoModel.from_pretrained("cminst/Llama-3.2-11B-VisionEncoder")
  • Notebooks
  • Google Colab
  • Kaggle
Llama-3.2-11B-VisionEncoder
3.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
qingy2024's picture
qingy2024
Extract Mllama vision encoder from unsloth/Llama-3.2-11B-Vision
621808b verified 18 days ago
  • .gitattributes
    1.52 kB
    initial commit 18 days ago
  • README.md
    602 Bytes
    Extract Mllama vision encoder from unsloth/Llama-3.2-11B-Vision 18 days ago
  • config.json
    860 Bytes
    Extract Mllama vision encoder from unsloth/Llama-3.2-11B-Vision 18 days ago
  • model-00001-of-00002.safetensors
    1.98 GB
    xet
    Extract Mllama vision encoder from unsloth/Llama-3.2-11B-Vision 18 days ago
  • model-00002-of-00002.safetensors
    1.36 GB
    xet
    Extract Mllama vision encoder from unsloth/Llama-3.2-11B-Vision 18 days ago
  • model.safetensors.index.json
    44.3 kB
    Extract Mllama vision encoder from unsloth/Llama-3.2-11B-Vision 18 days ago
  • preprocessor_config.json
    477 Bytes
    Extract Mllama vision encoder from unsloth/Llama-3.2-11B-Vision 18 days ago