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

diptanu
/
fBERT

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

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

  • Libraries
  • Transformers

    How to use diptanu/fBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="diptanu/fBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("diptanu/fBERT")
    model = AutoModelForMaskedLM.from_pretrained("diptanu/fBERT")
  • Notebooks
  • Google Colab
  • Kaggle
fBERT
876 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
diptanu's picture
diptanu
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
c089daa about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    1.1 kB
    Update README.md over 4 years ago
  • config.json
    604 Bytes
    Update config.json over 4 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.LongStorage"

    What is a pickle import?

    438 MB
    xet
    Upload the initial model over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload the initial model over 4 years ago
  • tokenizer_config.json
    333 Bytes
    Update tokenizer_config.json over 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.29 kB
    xet
    Upload the initial model over 4 years ago
  • vocab.txt
    232 kB
    Upload the initial model over 4 years ago