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

  • Log In
  • Sign Up

lowem1
/
cms-invoice-correction-crossencoder

Text Classification
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use lowem1/cms-invoice-correction-crossencoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lowem1/cms-invoice-correction-crossencoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lowem1/cms-invoice-correction-crossencoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lowem1/cms-invoice-correction-crossencoder")
    model = AutoModelForSequenceClassification.from_pretrained("lowem1/cms-invoice-correction-crossencoder")
  • Notebooks
  • Google Colab
  • Kaggle
cms-invoice-correction-crossencoder
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lowem1's picture
lowem1
Upload BertForSequenceClassification
4c74c5d about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    712 Bytes
    Upload BertForSequenceClassification about 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    Upload BertForSequenceClassification about 3 years ago