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 / tokenizer
3.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
yhn112's picture
yhn112
Upload special_tokens_map.json
7dad371 over 3 years ago
  • config.json
    435 Bytes
    Create new file over 3 years ago
  • special_tokens_map.json
    321 Bytes
    Upload special_tokens_map.json over 3 years ago
  • tokenizer.json
    3.7 MB
    Upload tokenizer.json over 3 years ago