Upload ONNX model and config 8ba6f46
han-xudong commited on
How to use prosoro/fingernet with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("prosoro/fingernet", device_map="auto")