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

m3rg-iitd
/
matscibert

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

Instructions to use m3rg-iitd/matscibert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use m3rg-iitd/matscibert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="m3rg-iitd/matscibert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("m3rg-iitd/matscibert")
    model = AutoModelForMaskedLM.from_pretrained("m3rg-iitd/matscibert")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
matscibert
880 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 16 commits
m3rg-iitd's picture
m3rg-iitd
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
ced9d8f verified almost 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 2 years ago
  • README.md
    1.56 kB
    Update README.md almost 2 years ago
  • config.json
    620 Bytes
    uploaded MatSciBERT weights over 4 years ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    440 MB
    xet
    Updated MatSciBERT weights over 4 years ago
  • special_tokens_map.json
    112 Bytes
    uploaded MatSciBERT weights over 4 years ago
  • tokenizer.json
    467 kB
    uploaded MatSciBERT weights over 4 years ago
  • tokenizer_config.json
    323 Bytes
    uploaded MatSciBERT weights over 4 years ago
  • vocab.txt
    228 kB
    uploaded MatSciBERT weights over 4 years ago