Text Generation
PEFT
Safetensors
English
clinical
medical
sentence-classification
multi-label
action-items
discharge-summary
lora
conversational
Instructions to use chrisvoncsefalvay/smollm3-instruct-discharge-sentences-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chrisvoncsefalvay/smollm3-instruct-discharge-sentences-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM3-3B") model = PeftModel.from_pretrained(base_model, "chrisvoncsefalvay/smollm3-instruct-discharge-sentences-sft") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!