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

KBLab
/
bart-base-swedish-cased

Transformers
PyTorch
Safetensors
Swedish
bart
text2text-generation
Model card Files Files and versions
xet
Community
1

Instructions to use KBLab/bart-base-swedish-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KBLab/bart-base-swedish-cased with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("KBLab/bart-base-swedish-cased")
    model = AutoModelForSeq2SeqLM.from_pretrained("KBLab/bart-base-swedish-cased")
  • Notebooks
  • Google Colab
  • Kaggle
bart-base-swedish-cased
1.12 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
robinq's picture
robinq
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
3c1bfb2 almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    2.56 kB
    Add Acknowledgements to README about 4 years ago
  • config.json
    988 Bytes
    initial commit over 4 years ago
  • model.safetensors
    558 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    558 MB
    xet
    revert to model trained on 75 percent of original paper's updates over 4 years ago
  • special_tokens_map.json
    151 Bytes
    initial commit over 4 years ago
  • tokenizer.json
    1.48 MB
    initial commit over 4 years ago
  • tokenizer_config.json
    197 Bytes
    initial commit over 4 years ago