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

internlm
/
internlm-xcomposer2d5-clip

Feature Extraction
Transformers
PyTorch
clip_vision_model
Model card Files Files and versions
xet
Community
2

Instructions to use internlm/internlm-xcomposer2d5-clip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use internlm/internlm-xcomposer2d5-clip with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="internlm/internlm-xcomposer2d5-clip")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("internlm/internlm-xcomposer2d5-clip")
    model = AutoModel.from_pretrained("internlm/internlm-xcomposer2d5-clip")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
internlm-xcomposer2d5-clip
1.22 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
myownskyW7's picture
myownskyW7
Update config.json
e466786 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    31 Bytes
    initial commit almost 2 years ago
  • config.json
    508 Bytes
    Update config.json almost 2 years ago
  • preprocessor_config.json
    316 Bytes
    update almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    1.22 GB
    xet
    update almost 2 years ago