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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ibm-research
/
MoLFormer-XL-both-10pct

Feature Extraction
Transformers
Safetensors
molformer
fill-mask
chemistry
custom_code
Model card Files Files and versions
xet
Community
8

Instructions to use ibm-research/MoLFormer-XL-both-10pct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ibm-research/MoLFormer-XL-both-10pct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ibm-research/MoLFormer-XL-both-10pct", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("ibm-research/MoLFormer-XL-both-10pct", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MoLFormer-XL-both-10pct
188 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
shoffman's picture
shoffman
Delete unnecessary files
eb2a5e7 27 days ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    6.28 kB
    Fix deprecated code (#7) about 1 month ago
  • config.json
    1.02 kB
    Add classes to auto_map almost 3 years ago
  • configuration_molformer.py
    7.1 kB
    Fix deprecated code (#7) about 1 month ago
  • convert_molformer_original_checkpoint_to_pytorch.py
    3.55 kB
    Upload custom code for molformer models almost 3 years ago
  • model.safetensors
    187 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • modeling_molformer.py
    36.9 kB
    Fix deprecated code (#7) about 1 month ago
  • pipeline.jpeg
    241 kB
    Upload README almost 3 years ago
  • tokenizer.json
    54 kB
    Upload custom code for molformer models almost 3 years ago
  • tokenizer_config.json
    1.13 kB
    Fix tokenizer 27 days ago