initial commit 92db525
Tosin Kuye commited on
How to use tkuye/resuparse with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("tkuye/resuparse", device_map="auto")