model description 4d4f8cd
“RTNex” commited on
How to use rtnex/rtnex-model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("rtnex/rtnex-model", dtype="auto")