modified: README.md 8fe82e6
han-xudong commited on
How to use prosoro/ballnet with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("prosoro/ballnet", dtype="auto")