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

arrow-hf
/
bart-large

Feature Extraction
Transformers
PyTorch
bart
mirror
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use arrow-hf/bart-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="arrow-hf/bart-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("arrow-hf/bart-large")
    model = AutoModel.from_pretrained("arrow-hf/bart-large")
  • Notebooks
  • Google Colab
  • Kaggle
bart-large
2.04 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
5f05823 verified 10 days ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model 10 days ago
  • README.md
    920 Bytes
    Update README: reflect full mirror (model weights + tokenizer + ONNX) 10 days ago
  • config.json
    1.63 kB
    Full mirror of facebook/bart-large (snapshot_download) 10 days ago
  • merges.txt
    456 kB
    Full mirror of facebook/bart-large (snapshot_download) 10 days ago
  • model.safetensors
    1.02 GB
    xet
    Adding `safetensors` variant of this model 10 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.HalfStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.02 GB
    xet
    Full mirror of facebook/bart-large (snapshot_download) 10 days ago
  • tokenizer.json
    1.36 MB
    Full mirror of facebook/bart-large (snapshot_download) 10 days ago
  • tokenizer_config.json
    26 Bytes
    Full mirror of facebook/bart-large (snapshot_download) 10 days ago
  • vocab.json
    899 kB
    Full mirror of facebook/bart-large (snapshot_download) 10 days ago