Text Generation
PEFT
Safetensors
Portuguese
medical
clinical
portuguese
brazilian-portuguese
sus
pcdt
lora
qwen2
conversational
Instructions to use hugo/protocolos-clinicos-br-cpt_lora-1gen-14b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hugo/protocolos-clinicos-br-cpt_lora-1gen-14b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "hugo/protocolos-clinicos-br-cpt_lora-1gen-14b") - Notebooks
- Google Colab
- Kaggle
Link model to paper and improve model card
#1 opened about 2 months ago
by
nielsr