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

d0rj
/
ru-mbart-large-summ

Summarization
Transformers
PyTorch
Safetensors
Russian
English
mbart
text2text-generation
dialogue-summarization
mbart-50
Model card Files Files and versions
xet
Community
1

Instructions to use d0rj/ru-mbart-large-summ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use d0rj/ru-mbart-large-summ with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="d0rj/ru-mbart-large-summ")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("d0rj/ru-mbart-large-summ")
    model = AutoModelForSeq2SeqLM.from_pretrained("d0rj/ru-mbart-large-summ")
  • Notebooks
  • Google Colab
  • Kaggle
ru-mbart-large-summ
3.04 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
d0rj's picture
d0rj
Update README.md
dae4725 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    8.65 kB
    Update README.md almost 3 years ago
  • config.json
    1.46 kB
    feat: add weights almost 3 years ago
  • generation_config.json
    281 Bytes
    feat: add weights almost 3 years ago
  • model.safetensors
    1.52 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • optimizer.pt
    4.23 MB
    xet
    feat: add weights almost 3 years ago
  • pytorch_model.bin
    1.52 GB
    xet
    feat: add weights almost 3 years ago
  • rng_state.pth
    14.5 kB
    xet
    feat: add weights almost 3 years ago
  • scheduler.pt
    623 Bytes
    xet
    feat: add weights almost 3 years ago
  • sentencepiece.bpe.model
    703 kB
    xet
    feat: add weights almost 3 years ago
  • special_tokens_map.json
    880 Bytes
    feat: add weights almost 3 years ago
  • tokenizer.json
    1.95 MB
    feat: add weights almost 3 years ago
  • tokenizer_config.json
    1.19 kB
    feat: add weights almost 3 years ago
  • trainer_state.json
    242 kB
    feat: add weights almost 3 years ago
  • training_args.bin
    4.02 kB
    xet
    feat: add weights almost 3 years ago