Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

fokan
/
MedFusion-AI

Image-to-Text
Transformers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use fokan/MedFusion-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fokan/MedFusion-AI 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="fokan/MedFusion-AI")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("fokan/MedFusion-AI", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MedFusion-AI / lite /encoder
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
fokan's picture
fokan
Add unified MedFusion-AI (Pro+Lite) with pipeline & app
b85ba72 verified 6 months ago
  • .gitattributes
    1.52 kB
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • README.md
    397 Bytes
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • config.json
    873 Bytes
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • preprocessor_config.json
    388 Bytes
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • pytorch_model.bin

    Detected Pickle imports (9)

    • "torch._utils._rebuild_tensor_v2",
    • "torch._utils._rebuild_parameter",
    • "torch._utils._rebuild_qtensor",
    • "torch.per_tensor_affine",
    • "torch.FloatStorage",
    • "torch.qint8",
    • "torch.QInt8Storage",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    How to fix it?

    1.01 GB
    xet
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • special_tokens_map.json
    409 Bytes
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • spiece.model
    798 kB
    xet
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • tokenizer_config.json
    741 Bytes
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago