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

  • Log In
  • Sign Up

renjithks
/
expense-ner

Token Classification
Transformers
PyTorch
layoutlmv2
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use renjithks/expense-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="renjithks/expense-ner")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("renjithks/expense-ner")
    model = AutoModelForTokenClassification.from_pretrained("renjithks/expense-ner")
  • Notebooks
  • Google Colab
  • Kaggle
expense-ner
802 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
renjithks's picture
renjithks
Upload pytorch_model.bin with git-lfs
4c3ba71 about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    33 Bytes
    Create README.md about 4 years ago
  • config.json
    3.77 kB
    Upload config.json about 4 years ago
  • pytorch_model.bin
    802 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago