Text Generation
PEFT
Safetensors
English
medical
icd-10
clinical-coding
lora
qlora
medgemma
healthcare
neurology
conversational
Instructions to use singhankit16/Medgemma-fine-tuned-ICD10-code-prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use singhankit16/Medgemma-fine-tuned-ICD10-code-prediction with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/medgemma-4b-it") model = PeftModel.from_pretrained(base_model, "singhankit16/Medgemma-fine-tuned-ICD10-code-prediction") - Notebooks
- Google Colab
- Kaggle
Ctrl+K