How to use Minns-ai/accounting-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Minns-ai/accounting-ner")
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Minns-ai/accounting-ner", dtype="auto")