medalpaca/medical_meadow_medqa
Viewer • Updated • 10.2k • 8.97k • 117
How to use LaurianeMD/medllama3.2-3B with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("LaurianeMD/medllama3.2-3B", device_map="auto")This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.