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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

plai-edp-test
/
distilbert_base_uncased

Fill-Mask
Transformers
google-tensorflow TensorFlow
English
distilbert
exbert
Model card Files Files and versions
xet
Community

Instructions to use plai-edp-test/distilbert_base_uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use plai-edp-test/distilbert_base_uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="plai-edp-test/distilbert_base_uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("plai-edp-test/distilbert_base_uncased")
    model = AutoModelForMaskedLM.from_pretrained("plai-edp-test/distilbert_base_uncased")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_base_uncased
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
plai-edp-test's picture
plai-edp-test
Upload 7 files
80f074f over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    8.56 kB
    Upload 7 files over 3 years ago
  • config.json
    2.04 kB
    Upload 7 files over 3 years ago
  • label_map.txt
    815 Bytes
    Upload 7 files over 3 years ago
  • tf_model.h5
    268 MB
    xet
    Upload 7 files over 3 years ago
  • tokenizer.json
    466 kB
    Upload 7 files over 3 years ago
  • tokenizer_config.json
    28 Bytes
    Upload 7 files over 3 years ago
  • vocab.txt
    232 kB
    Upload 7 files over 3 years ago