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

  • Log In
  • Sign Up

lowem1
/
cms-ext-Bio_ClinicalBERT

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

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

  • Libraries
  • Transformers

    How to use lowem1/cms-ext-Bio_ClinicalBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lowem1/cms-ext-Bio_ClinicalBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lowem1/cms-ext-Bio_ClinicalBERT")
    model = AutoModelForMaskedLM.from_pretrained("lowem1/cms-ext-Bio_ClinicalBERT")
  • Notebooks
  • Google Colab
  • Kaggle
cms-ext-Bio_ClinicalBERT
707 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
lowem1's picture
lowem1
Upload tokenizer
2d3bb60 about 3 years ago
  • .gitattributes
    1.53 kB
    Upload tokenizer about 3 years ago
  • added_tokens.json
    1.67 MB
    Upload tokenizer about 3 years ago
  • config.json
    644 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)

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

    What is a pickle import?

    689 MB
    xet
    Upload BertForMaskedLM about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer.json
    15.9 MB
    xet
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    442 Bytes
    Upload tokenizer about 3 years ago
  • vocab.txt
    213 kB
    Upload tokenizer about 3 years ago