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
1.02 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
arrow-hf's picture
arrow-hf
Update README: reflect full mirror (model weights + tokenizer + ONNX)
6e25fa9 verified 8 days ago
  • .gitattributes
    391 Bytes
    Full mirror of facebook/bart-large (snapshot_download) 8 days ago
  • README.md
    920 Bytes
    Update README: reflect full mirror (model weights + tokenizer + ONNX) 8 days ago
  • config.json
    1.63 kB
    Full mirror of facebook/bart-large (snapshot_download) 8 days ago
  • merges.txt
    456 kB
    Full mirror of facebook/bart-large (snapshot_download) 8 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) 8 days ago
  • tokenizer.json
    1.36 MB
    Full mirror of facebook/bart-large (snapshot_download) 8 days ago
  • tokenizer_config.json
    26 Bytes
    Full mirror of facebook/bart-large (snapshot_download) 8 days ago
  • vocab.json
    899 kB
    Full mirror of facebook/bart-large (snapshot_download) 8 days ago