Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SaeedLab
/
MolDeBERTa-tiny-123M-mlm

Feature Extraction
Transformers
Safetensors
deberta-v2
fill-mask
chemistry
bioinformatics
drug-discovery
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use SaeedLab/MolDeBERTa-tiny-123M-mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SaeedLab/MolDeBERTa-tiny-123M-mlm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="SaeedLab/MolDeBERTa-tiny-123M-mlm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("SaeedLab/MolDeBERTa-tiny-123M-mlm")
    model = AutoModelForMaskedLM.from_pretrained("SaeedLab/MolDeBERTa-tiny-123M-mlm")
  • Notebooks
  • Google Colab
  • Kaggle
MolDeBERTa-tiny-123M-mlm
28.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gabrielbianchin's picture
gabrielbianchin
Update README.md
c146147 verified 13 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.31 kB
    Update README.md 13 days ago
  • added_tokens.json
    34 Bytes
    Upload folder using huggingface_hub 4 months ago
  • config.json
    720 Bytes
    Upload folder using huggingface_hub 4 months ago
  • merges.txt
    40.6 kB
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors
    28.3 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • special_tokens_map.json
    961 Bytes
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    281 kB
    Upload folder using huggingface_hub 4 months ago
  • tokenizer_config.json
    1.61 kB
    Upload folder using huggingface_hub 4 months ago
  • vocab.json
    64.4 kB
    Upload folder using huggingface_hub 4 months ago