Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

microsoft
/
deberta-base

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
Rust
English
deberta
deberta-v1
Model card Files Files and versions
xet
Community
6

Instructions to use microsoft/deberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use microsoft/deberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="microsoft/deberta-base")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("microsoft/deberta-base", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
deberta-base
563 MB
Ctrl+K
Ctrl+K
  • 8 contributors
History: 4 commits
system's picture
system HF Staff
Update pytorch_model.bin
7e354dc almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit about 6 years ago
  • bpe_encoder.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.92 MB
    xet
    Update bpe_encoder.bin about 6 years ago
  • config.json
    448 Bytes
    Update config.json about 6 years ago
  • pytorch_model.bin
    559 MB
    xet
    Update pytorch_model.bin almost 6 years ago