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

  • Log In
  • Sign Up

kazzand
/
ru-longformer-large-4096

Fill-Mask
Transformers
PyTorch
Russian
longformer
Model card Files Files and versions
xet
Community
1

Instructions to use kazzand/ru-longformer-large-4096 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kazzand/ru-longformer-large-4096 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="kazzand/ru-longformer-large-4096")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("kazzand/ru-longformer-large-4096")
    model = AutoModelForMaskedLM.from_pretrained("kazzand/ru-longformer-large-4096", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ru-longformer-large-4096
1.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
kazzand's picture
kazzand
Update README.md
4eaa725 about 3 years ago
  • .gitattributes
    1.57 kB
    large model about 3 years ago
  • README.md
    1.51 kB
    Update README.md about 3 years ago
  • config.json
    1.05 kB
    large model about 3 years ago
  • merges.txt
    1.37 MB
    large model about 3 years ago
  • pytorch_model.bin
    1.74 GB
    xet
    large model about 3 years ago
  • special_tokens_map.json
    957 Bytes
    large model about 3 years ago
  • tokenizer.json
    3.93 MB
    large model about 3 years ago
  • tokenizer_config.json
    1.34 kB
    large model about 3 years ago
  • vocab.json
    1.71 MB
    large model about 3 years ago