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

  • Log In
  • Sign Up

Charangan
/
MedBERT

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

Instructions to use Charangan/MedBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Charangan/MedBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Charangan/MedBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("Charangan/MedBERT")
    model = AutoModelForPreTraining.from_pretrained("Charangan/MedBERT")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
MedBERT
437 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
Charangan's picture
Charangan
Update README.md
315cdfc over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    3.03 kB
    Update README.md over 3 years ago
  • config.json
    682 Bytes
    Upload config.json over 3 years ago
  • pytorch_model.bin
    436 MB
    xet
    upload MedBERT files over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload special_tokens_map.json over 3 years ago
  • tokenizer.json
    669 kB
    Upload tokenizer.json over 3 years ago
  • tokenizer_config.json
    417 Bytes
    Upload tokenizer_config.json over 3 years ago
  • vocab.txt
    213 kB
    Upload vocab.txt over 3 years ago