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

  • Log In
  • Sign Up

Gaborandi
/
Medicaldistilbert

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

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

  • Libraries
  • Transformers

    How to use Gaborandi/Medicaldistilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Gaborandi/Medicaldistilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Gaborandi/Medicaldistilbert")
    model = AutoModelForMaskedLM.from_pretrained("Gaborandi/Medicaldistilbert")
  • Notebooks
  • Google Colab
  • Kaggle
Medicaldistilbert
537 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Gaborandi's picture
Gaborandi
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
4f6de4c about 3 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • config.json
    552 Bytes
    Training in progress epoch 0 over 3 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    268 MB
    xet
    Training in progress epoch 4 over 3 years ago
  • special_tokens_map.json
    112 Bytes
    Training in progress epoch 0 over 3 years ago
  • tokenizer.json
    711 kB
    Training in progress epoch 0 over 3 years ago
  • tokenizer_config.json
    333 Bytes
    Training in progress epoch 0 over 3 years ago
  • vocab.txt
    232 kB
    Training in progress epoch 0 over 3 years ago