π§Ύ Model Card: t5-small-patient-summary
Model Details
- Model Name:
umeshramya/t5_small_medical_512
- Base Model:
t5-small
- Fine-tuned for: Summarization of patient medical records
- Language: English
π Model Description
This is a fine-tuned version of the t5-small
model for the task of summarizing patient records into concise medical summaries. The model has been trained on a custom dataset containing anonymized medical records with the goal of generating accurate and meaningful summaries that can assist healthcare providers.
Input length is 512 tokens and if text lenggth then fraction them and rerun
π₯ Use Case
This model is intended for use in clinical settings or health-tech applications where summarization of medical records (like patient histories, consultation notes, or discharge summaries) is needed.
Example Input:
The patient is a 45-year-old male with a history of hypertension and diabetes, presenting with chest pain...
Example Output:
45-year-old male with hypertension and diabetes presenting with chest pain.
π§ͺ Training Data
The model was trained on a proprietary dataset of anonymized patient records. Each record includes a full-text medical note and a corresponding human-written summary. Sensitive personal information was removed or obfuscated before training.
Note: Data is not publicly shared due to privacy and compliance concerns.
βοΈ How to Use
from transformers import pipeline
summarizer = pipeline(model="umeshramya/t5_small_medical_512")
summary = summarizer("The patient is a 70-year-old female with...", max_length=200, min_length=50)
print(summary)
π Limitations and Bias
- This model may reflect biases present in the training data.
- Not suitable for use in high-stakes clinical decision-making without human oversight.
- It may sometimes generate incorrect or incomplete summaries.
β Intended Use
- Medical record summarization
- Assistive tools for healthcare documentation
π« Misuse
- Not for use in diagnostic or treatment recommendation systems without medical supervision. .
π€ Author & Contact
- Author: Dr Umesh Bilagi/ NiceHMs
- Contact: [email protected]
- webSite: Nice HMS
π Acknowledgments
- Hugging Face π€ Transformers
- The contributors of the original T5 model
- Medical professionals who reviewed the summaries (if applicable)
- Downloads last month
- 145
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for umeshramya/t5_small_medical_512
Base model
google-t5/t5-small