Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Minns-ai
/
accounting-ner

Token Classification
Transformers
ONNX
English
ner
accounting
finance
bert
netting
settlement
Model card Files Files and versions
xet
Community

Instructions to use Minns-ai/accounting-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    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")
  • Notebooks
  • Google Colab
  • Kaggle
accounting-ner
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
JonnyJF's picture
JonnyJF
Upload README.md with huggingface_hub
c7a33ab verified 2 months ago
  • onnx
    Upload onnx/label_map.json with huggingface_hub 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.85 kB
    Upload README.md with huggingface_hub 2 months ago