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-ft

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

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

  • Libraries
  • Transformers

    How to use MAGAer13/mplug-owl-llama-7b-ft 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-ft")
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("MAGAer13/mplug-owl-llama-7b-ft", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mplug-owl-llama-7b-ft
14.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
MAGAer13's picture
MAGAer13
Update tokenizer_config.json
8b08efd 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
    7 kB
    Update config.json about 3 years ago
  • generation_config.json
    179 Bytes
    Update about 3 years ago
  • preprocessor_config.json
    163 Bytes
    Update about 3 years ago
  • pytorch_model-00001-of-00002.bin
    9.97 GB
    xet
    Update about 3 years ago
  • pytorch_model-00002-of-00002.bin
    4.28 GB
    xet
    Update about 3 years ago
  • pytorch_model.bin.index.json
    74 kB
    Update about 3 years ago
  • special_tokens_map.json
    548 Bytes
    Update about 3 years ago
  • tokenizer.model
    500 kB
    xet
    Update about 3 years ago
  • tokenizer_config.json
    176 Bytes
    Update tokenizer_config.json about 3 years ago