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

manu02
/
LAnA-v5

Image-to-Text
Transformers
Safetensors
lana_radgen
feature-extraction
medical-ai
radiology
chest-xray
report-generation
segmentation
anatomical-attention
custom_code
Model card Files Files and versions
xet
Community

Instructions to use manu02/LAnA-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use manu02/LAnA-v5 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="manu02/LAnA-v5", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("manu02/LAnA-v5", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LAnA-v5 / evaluations
7.54 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
manu02's picture
manu02
Upload MIMIC test evaluation results
a515a07 verified 3 months ago
  • mimic_test_findings_only_metrics.json
    1.38 kB
    Upload MIMIC test evaluation results 3 months ago
  • mimic_test_findings_only_predictions.csv
    3.15 MB
    Upload MIMIC test evaluation results 3 months ago
  • mimic_test_metrics.json
    4.28 kB
    Upload MIMIC test evaluation results 3 months ago
  • mimic_test_predictions.csv
    4.38 MB
    Upload MIMIC test evaluation results 3 months ago