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

  • Log In
  • Sign Up

DFrolova
/
MULAN-small

Fill-Mask
Transformers
Safetensors
esm
Model card Files Files and versions
xet
Community

Instructions to use DFrolova/MULAN-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DFrolova/MULAN-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="DFrolova/MULAN-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("DFrolova/MULAN-small")
    model = AutoModelForMaskedLM.from_pretrained("DFrolova/MULAN-small")
  • Notebooks
  • Google Colab
  • Kaggle
MULAN-small
36.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
DFrolova's picture
DFrolova
Updated model files (now ROPE embeddings are used in the Structure Adapter) - gives better results
a5c39a6 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    513 Bytes
    Update README.md almost 2 years ago
  • config.json
    771 Bytes
    Updated model files (now ROPE embeddings are used in the Structure Adapter) - gives better results about 1 year ago
  • model.safetensors
    36.3 MB
    xet
    Updated model files (now ROPE embeddings are used in the Structure Adapter) - gives better results about 1 year ago