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

MAGAer13
/
mplug-owl-bloomz-7b-multilingual

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

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

  • Libraries
  • Transformers

    How to use MAGAer13/mplug-owl-bloomz-7b-multilingual 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-bloomz-7b-multilingual")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MAGAer13/mplug-owl-bloomz-7b-multilingual", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mplug-owl-bloomz-7b-multilingual
14.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MAGAer13's picture
MAGAer13
Update
37399bd about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    2.19 kB
    Init about 3 years ago
  • config.json
    7.73 kB
    Update about 3 years ago
  • generation_config.json
    202 Bytes
    Init about 3 years ago
  • preprocessor_config.json
    163 Bytes
    Init about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    14.9 GB
    xet
    Init about 3 years ago
  • special_tokens_map.json
    85 Bytes
    Init about 3 years ago
  • tokenizer.json
    14.5 MB
    Init about 3 years ago
  • tokenizer_config.json
    223 Bytes
    Init about 3 years ago