My Summarization Model πŸ“

Model Description

This model is a fine-tuned version of facebook/bart-large-cnn on medical text data. It is designed for text summarization tasks and can generate concise summaries for lengthy medical documents, making it useful for healthcare professionals and researchers.

Model Type

  • Architecture: BART (Bidirectional and Auto-Regressive Transformers)
  • Pre-trained Base Model: facebook/bart-large-cnn

How to Use

You can use the model directly with the Hugging Face transformers library:

from transformers import pipeline

summarizer = pipeline("summarization", model="Abdelrahman-Hassan-1/Medical-RAG-Model")

text = """Your long medical text here."""
summary = summarizer(text)
print(summary)
Downloads last month
9
Safetensors
Model size
406M params
Tensor type
F32
Β·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for Abdelrahman-Hassan-1/SageAI

Finetuned
(335)
this model