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

  • Log In
  • Sign Up

ai-forever
/
ruBert-large

Fill-Mask
Transformers
PyTorch
Russian
bert
PyTorch
Transformers
exbert
Model card Files Files and versions
xet
Community
4

Instructions to use ai-forever/ruBert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ai-forever/ruBert-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ai-forever/ruBert-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ai-forever/ruBert-large")
    model = AutoModelForMaskedLM.from_pretrained("ai-forever/ruBert-large")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
ruBert-large
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
ai-forever's picture
ai-forever
vmkhlv's picture
vmkhlv
Update README.md (#3)
efdc76b over 2 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    1.17 kB
    Update README.md (#3) over 2 years ago
  • config.json
    591 Bytes
    Update config.json about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.71 GB
    xet
    model_ruBert_large almost 5 years ago
  • vocab.txt
    1.78 MB
    model_ruBert_large almost 5 years ago