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-xcomposer2-vl-1_8b

Visual Question Answering
Transformers
PyTorch
internlmxcomposer2
feature-extraction
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use internlm/internlm-xcomposer2-vl-1_8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use internlm/internlm-xcomposer2-vl-1_8b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="internlm/internlm-xcomposer2-vl-1_8b", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("internlm/internlm-xcomposer2-vl-1_8b", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
internlm-xcomposer2-vl-1_8b
4.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
DLight1551's picture
DLight1551
add new model
aa1f2ea about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.95 kB
    add new model about 2 years ago
  • build_mlp.py
    7.26 kB
    add new model about 2 years ago
  • config.json
    976 Bytes
    add new model about 2 years ago
  • configuration_internlm_xcomposer2.py
    7.31 kB
    add new model about 2 years ago
  • generation_config.json
    176 Bytes
    add new model about 2 years ago
  • image1.webp
    44.6 kB
    add new model about 2 years ago
  • logo.png
    104 kB
    add new model about 2 years ago
  • logo_en.png
    46.2 kB
    add new model about 2 years ago
  • modeling_internlm2.py
    39.5 kB
    add new model about 2 years ago
  • modeling_internlm_xcomposer2.py
    25.1 kB
    add new model about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.9 GB
    xet
    add new model about 2 years ago
  • pytorch_model.bin.index.json
    89.7 kB
    add new model about 2 years ago
  • special_tokens_map.json
    95 Bytes
    add new model about 2 years ago
  • tokenization_internlm_xcomposer2.py
    9.18 kB
    add new model about 2 years ago
  • tokenizer.model
    1.48 MB
    xet
    add new model about 2 years ago
  • tokenizer_config.json
    401 Bytes
    add new model about 2 years ago
  • zero_to_fp32.py
    24.2 kB
    add new model about 2 years ago