mamachang/medical-reasoning
Viewer • Updated • 3.7k • 292 • 35
How to use xtools-at/SmolMed3-3B with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="xtools-at/SmolMed3-3B") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("xtools-at/SmolMed3-3B", device_map="auto")LoRA fine-tune of SmolLM3 for medical reasoning.
Base model
HuggingFaceTB/SmolLM3-3B-Base