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

MAGAer13
/
mplug-owl-llama-7b

Image-to-Text
Transformers
PyTorch
English
mplug-owl
Model card Files Files and versions
xet
Community
3

Instructions to use MAGAer13/mplug-owl-llama-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MAGAer13/mplug-owl-llama-7b 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="MAGAer13/mplug-owl-llama-7b")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MAGAer13/mplug-owl-llama-7b", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mplug-owl-llama-7b
14.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
MAGAer13's picture
MAGAer13
Update tokenizer_config.json
057b523 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    2.17 kB
    Update README.md about 3 years ago
  • config.json
    9.16 kB
    Update config.json about 3 years ago
  • generation_config.json
    202 Bytes
    generation config about 3 years ago
  • preprocessor_config.json
    163 Bytes
    update about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    14.2 GB
    xet
    update about 3 years ago
  • special_tokens_map.json
    548 Bytes
    Upload tokenizer (#1) about 3 years ago
  • tokenizer.model
    500 kB
    xet
    update about 3 years ago
  • tokenizer_config.json
    872 Bytes
    Update tokenizer_config.json about 3 years ago