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

  • Log In
  • Sign Up

lowem1
/
cms-rx-language-correction

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

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

  • Libraries
  • Transformers

    How to use lowem1/cms-rx-language-correction with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lowem1/cms-rx-language-correction")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lowem1/cms-rx-language-correction")
    model = AutoModelForMaskedLM.from_pretrained("lowem1/cms-rx-language-correction")
  • Notebooks
  • Google Colab
  • Kaggle
cms-rx-language-correction
509 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
lowem1's picture
lowem1
Upload tokenizer
a10e275 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • added_tokens.json
    508 kB
    Upload tokenizer 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",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    503 MB
    xet
    Upload BertForMaskedLM about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer.json
    4.97 MB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    472 Bytes
    Upload tokenizer about 3 years ago
  • vocab.txt
    226 kB
    Upload tokenizer about 3 years ago