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

facebook
/
bart-large

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Rust
English
bart
Model card Files Files and versions
xet
Community
8

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

  • Libraries
  • Transformers

    How to use facebook/bart-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="facebook/bart-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("facebook/bart-large")
    model = AutoModel.from_pretrained("facebook/bart-large", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bart-large
2.04 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 10 commits
system's picture
system HF Staff
Update rust_model.ot
6cc4a1f over 6 years ago
  • .gitattributes
    345 Bytes
    initial commit over 6 years ago
  • config.json
    1.26 kB
    Update config.json over 6 years ago
  • rust_model.ot
    2.04 GB
    xet
    Update rust_model.ot over 6 years ago