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

YifanXu
/
libra-11b-chat

Image-to-Text
Transformers
Safetensors
libra
text-generation
Model card Files Files and versions
xet
Community

Instructions to use YifanXu/libra-11b-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use YifanXu/libra-11b-chat 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="YifanXu/libra-11b-chat")
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("YifanXu/libra-11b-chat", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
libra-11b-chat
25.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
YifanXu's picture
YifanXu
Update README.md
5cf6da5 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    631 Bytes
    Update README.md about 2 years ago
  • config.json
    1.2 kB
    model version 1.0 about 2 years ago
  • generation_config.json
    132 Bytes
    model version 1.0 about 2 years ago
  • model-00001-of-00005.safetensors
    4.98 GB
    xet
    model version 1.0 about 2 years ago
  • model-00002-of-00005.safetensors
    4.95 GB
    xet
    model version 1.0 about 2 years ago
  • model-00003-of-00005.safetensors
    4.98 GB
    xet
    model version 1.0 about 2 years ago
  • model-00004-of-00005.safetensors
    4.97 GB
    xet
    model version 1.0 about 2 years ago
  • model-00005-of-00005.safetensors
    2.15 GB
    xet
    model version 1.0 about 2 years ago
  • model.safetensors.index.json
    101 kB
    model version 1.0 about 2 years ago
  • special_tokens_map.json
    411 Bytes
    model version 1.0 about 2 years ago
  • tokenizer.json
    1.84 MB
    model version 1.0 about 2 years ago
  • tokenizer.model
    500 kB
    xet
    model version 1.0 about 2 years ago
  • tokenizer_config.json
    700 Bytes
    model version 1.0 about 2 years ago
  • vision_tokenizer_config.yaml
    671 Bytes
    model version 1.0 about 2 years ago
  • vqgan.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    3.25 GB
    xet
    model version 1.0 about 2 years ago