PEFT
Safetensors
English
llama
4-bit precision
bitsandbytes

Model Card for PhysioMindAI-Llama3-Medical

Model Details

Model Description

PhysioMindAI-Llama3-Medical is a fine-tuned version of the Llama-3.2-1B-Instruct model, specifically designed for medical applications. The model is trained to understand and generate medical content, assisting in tasks like symptom analysis, treatment suggestions, and patient query responses.

  • Developed by: Satish Soni
  • Organization: Globalspace Technologies Ltd
  • Funded by [optional]: More Information Needed
  • Shared by [optional]: sonisatish119
  • Model type: Medical NLP, LLM
  • Language(s) (NLP): English
  • License: Apache 2.0
  • Finetuned from model: unsloth/Llama-3.2-1B-Instruct

Model Sources

Uses

Direct Use

PhysioMindAI-Llama3-Medical can be used for:

  • โœ… Medical question answering
  • โœ… Clinical note summarization
  • โœ… Symptom checker and risk assessment
  • โœ… Generating patient-friendly explanations

Downstream Use

  • ๐Ÿฅ Can be integrated into healthcare chatbots and virtual assistants
  • ๐Ÿ› ๏ธ Can be fine-tuned further for specific medical domains

Out-of-Scope Use

โš ๏ธ Not intended for real-time clinical decision-making without human oversight
โš ๏ธ Should not be used for emergency medical advice

Bias, Risks, and Limitations

Recommendations

โš ๏ธ Users should be aware of potential biases in training data and limitations in accuracy.
โœ… Always verify critical medical information with professionals.

How to Get Started with the Model

from transformers import AutoModelForCausalLM, AutoTokenizer

model_name = "sonisatish119/PhysioMindAI-Llama3-Medical"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto")

input_text = "What are the symptoms of anxiety?"
inputs = tokenizer(input_text, return_tensors="pt").to("cuda")
output = model.generate(**inputs, max_new_tokens=100)

print(tokenizer.decode(output[0], skip_special_tokens=True))
Downloads last month
39
Safetensors
Model size
765M params
Tensor type
F32
ยท
FP16
ยท
U8
ยท
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 pipeline_tag.

Model tree for sonisatish119/PhysioMindAI-Llama3-Medical

Adapter
(382)
this model

Dataset used to train sonisatish119/PhysioMindAI-Llama3-Medical

Space using sonisatish119/PhysioMindAI-Llama3-Medical 1