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

DeepChem
/
ChemBERTa-100M-MLM

Fill-Mask
Transformers
Safetensors
roberta
cheminformatics
ChemBERTa
masked-lm
Model card Files Files and versions
xet
Community
2

Instructions to use DeepChem/ChemBERTa-100M-MLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DeepChem/ChemBERTa-100M-MLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="DeepChem/ChemBERTa-100M-MLM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("DeepChem/ChemBERTa-100M-MLM")
    model = AutoModelForMaskedLM.from_pretrained("DeepChem/ChemBERTa-100M-MLM")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
ChemBERTa-100M-MLM
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
riya2801's picture
riya2801
Edit Readme (#2)
f5c45f4 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    502 Bytes
    Edit Readme (#2) 9 months ago
  • config.json
    636 Bytes
    Upload Chemberta-100M model (#1) 9 months ago
  • merges.txt
    101 kB
    Upload Chemberta-100M model (#1) 9 months ago
  • model.safetensors
    369 MB
    xet
    Upload Chemberta-100M model (#1) 9 months ago
  • special_tokens_map.json
    957 Bytes
    Upload Chemberta-100M model (#1) 9 months ago
  • tokenizer.json
    384 kB
    Upload Chemberta-100M model (#1) 9 months ago
  • tokenizer_config.json
    1.27 kB
    Upload Chemberta-100M model (#1) 9 months ago
  • vocab.json
    149 kB
    Upload Chemberta-100M model (#1) 9 months ago