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

  • Log In
  • Sign Up

lowem1
/
cms-invoice-correction

Fill-Mask
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lowem1/cms-invoice-correction")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lowem1/cms-invoice-correction")
    model = AutoModelForMaskedLM.from_pretrained("lowem1/cms-invoice-correction")
  • Notebooks
  • Google Colab
  • Kaggle
cms-invoice-correction
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lowem1's picture
lowem1
Upload BertForMaskedLM
bfc645b about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    664 Bytes
    Upload BertForMaskedLM about 3 years ago
  • generation_config.json
    90 Bytes
    Upload BertForMaskedLM about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch.LongStorage"

    What is a pickle import?

    438 MB
    xet
    Upload BertForMaskedLM about 3 years ago