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

  • Log In
  • Sign Up

yandex
/
RuLeanALBERT

Fill-Mask
Transformers
Russian
lean_albert
Model card Files Files and versions
xet

Instructions to use yandex/RuLeanALBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yandex/RuLeanALBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="yandex/RuLeanALBERT")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("yandex/RuLeanALBERT", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
RuLeanALBERT
1.79 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
mryab's picture
mryab
Update README.md
581ddd2 over 3 years ago
  • tokenizer
    Upload special_tokens_map.json over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    442 Bytes
    Update README.md over 3 years ago
  • config.json
    689 Bytes
    Create new file over 3 years ago
  • state.pth

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.79 GB
    xet
    Upload state.pth over 3 years ago