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

Amirosein
/
distilbert_v1

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

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

  • Libraries
  • Transformers

    How to use Amirosein/distilbert_v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Amirosein/distilbert_v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Amirosein/distilbert_v1")
    model = AutoModelForMaskedLM.from_pretrained("Amirosein/distilbert_v1")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_v1
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
c05d908 verified over 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 1 year ago
  • config.json
    558 Bytes
    add model over 4 years ago
  • model.safetensors
    297 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    297 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    add tokenizer over 4 years ago
  • tokenizer.json
    747 kB
    add tokenizer over 4 years ago
  • tokenizer_config.json
    393 Bytes
    add tokenizer over 4 years ago
  • vocab.txt
    437 kB
    add tokenizer over 4 years ago