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

prometheus-eval
/
prometheus-vision-13b-v1.0

Image-to-Text
Transformers
PyTorch
English
llava
text-generation
Image-to-Text
Visual Question Answering
Text2Text Generation
Model card Files Files and versions
xet
Community
1

Instructions to use prometheus-eval/prometheus-vision-13b-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use prometheus-eval/prometheus-vision-13b-v1.0 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="prometheus-eval/prometheus-vision-13b-v1.0")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCausalLM
    
    processor = AutoProcessor.from_pretrained("prometheus-eval/prometheus-vision-13b-v1.0")
    model = AutoModelForCausalLM.from_pretrained("prometheus-eval/prometheus-vision-13b-v1.0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
prometheus-vision-13b-v1.0
26.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
Seongyun's picture
Seongyun
Update README.md
6cf6a54 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    8.65 kB
    Update README.md over 2 years ago
  • config.json
    1.13 kB
    Upload folder using huggingface_hub over 2 years ago
  • generation_config.json
    192 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • perception_collection.png
    508 kB
    Upload perception_collection.png over 2 years ago
  • prometheus_vision.png
    685 kB
    Upload prometheus_vision.png over 2 years ago
  • pytorch_model-00001-of-00003.bin
    9.95 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model-00002-of-00003.bin
    9.9 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model-00003-of-00003.bin
    6.85 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • pytorch_model.bin.index.json
    82.6 kB
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    438 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    749 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • trainer_state.json
    22.7 kB
    Upload folder using huggingface_hub over 2 years ago
  • training_args.bin
    5.95 kB
    xet
    Upload folder using huggingface_hub over 2 years ago