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

StanfordAIMI
/
chexpert-plus-srrg_impression

Image-to-Text
Transformers
Safetensors
English
vision-encoder-decoder
image-text-to-text
Model card Files Files and versions
xet
Community

Instructions to use StanfordAIMI/chexpert-plus-srrg_impression with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use StanfordAIMI/chexpert-plus-srrg_impression 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="StanfordAIMI/chexpert-plus-srrg_impression")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("StanfordAIMI/chexpert-plus-srrg_impression")
    model = AutoModelForMultimodalLM.from_pretrained("StanfordAIMI/chexpert-plus-srrg_impression", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chexpert-plus-srrg_impression
227 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
IAMJB's picture
IAMJB
Update README.md
86b7e47 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.03 kB
    Update README.md about 1 year ago
  • config.json
    78.1 kB
    Upload model about 1 year ago
  • generation_config.json
    131 Bytes
    Upload model about 1 year ago
  • model.safetensors
    226 MB
    xet
    Upload model about 1 year ago
  • preprocessor_config.json
    590 Bytes
    Upload processor about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.26 kB
    Upload tokenizer about 1 year ago
  • vocab.txt
    80.5 kB
    Upload tokenizer about 1 year ago