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
/
MoLFormer-c3-1.1B

Fill-Mask
Transformers
Safetensors
molformer
cheminformatics
ChemBERTa-3
masked-lm
c3-MoLFormer
custom_code
Model card Files Files and versions
xet
Community
6

Instructions to use DeepChem/MoLFormer-c3-1.1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DeepChem/MoLFormer-c3-1.1B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="DeepChem/MoLFormer-c3-1.1B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("DeepChem/MoLFormer-c3-1.1B", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MoLFormer-c3-1.1B
749 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
ARY2260's picture
ARY2260
update readme with journal reference
9f1b9ea verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    743 Bytes
    update readme with journal reference 3 months ago
  • config.json
    1.18 kB
    updated-hf-ckpt (#6) 5 months ago
  • deepchem_ckpt.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    562 MB
    xet
    updated-hf-ckpt (#6) 5 months ago
  • model.safetensors
    187 MB
    xet
    updated-hf-ckpt (#6) 5 months ago
  • special_tokens_map.json
    695 Bytes
    Update checkpoint to hf format 5 months ago
  • tokenizer.json
    54 kB
    Update checkpoint to hf format 5 months ago
  • tokenizer_config.json
    1.32 kB
    updated-hf-ckpt (#6) 5 months ago
  • vocab.json
    32.2 kB
    Update checkpoint to hf format 5 months ago