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