initial commit 3cc8546 verified
Dexmal commited on
How to use Dexmal/DM05-robotwin2 with Transformers:
# Load model directly
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("Dexmal/DM05-robotwin2", device_map="auto")