Training in progress, step 100 c3d775d verified
Florent Gbelidji commited on
How to use Gflorent/Qwen3-4B-Instruct-OpenMed with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Gflorent/Qwen3-4B-Instruct-OpenMed", device_map="auto")