Text Generation
PEFT
Safetensors
Portuguese
medical
clinical
portuguese
brazilian-portuguese
sus
pcdt
lora
qwen2
conversational
Instructions to use hugo/protocolos-clinicos-br-rl-4gen-14b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hugo/protocolos-clinicos-br-rl-4gen-14b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hugo/clinical-protocols-cpt-4models-14b") model = PeftModel.from_pretrained(base_model, "hugo/protocolos-clinicos-br-rl-4gen-14b") - Notebooks
- Google Colab
- Kaggle
Request for GGUF version (for local inference / LM Studio).
#2 opened 4 months ago
by
Gaudd
Add paper link and improve model card documentation
#1 opened 5 months ago
by
nielsr