Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

cahya
/
bart-large

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
TensorBoard
bart
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use cahya/bart-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="cahya/bart-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("cahya/bart-large")
    model = AutoModel.from_pretrained("cahya/bart-large")
  • Notebooks
  • Google Colab
  • Kaggle
bart-large
6.85 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
fc9d7eb verified about 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    27 Bytes
    initial commit over 3 years ago
  • config.json
    1.68 kB
    epochs 3.0 over 3 years ago
  • events.out.tfevents.1673394476.t1v-n-4fefba0c-w-0.831971.0.v2
    57.8 MB
    xet
    add events* over 3 years ago
  • events.out.tfevents.1673692214.t1v-n-4fefba0c-w-0.10626.0.v2
    290 MB
    xet
    add events* over 3 years ago
  • flax_model.msgpack
    1.63 GB
    xet
    epoch 4.2 over 3 years ago
  • merges.txt
    459 kB
    add model over 3 years ago
  • model.safetensors
    1.63 GB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.63 GB
    xet
    epoch 4.2 over 3 years ago
  • special_tokens_map.json
    280 Bytes
    add model over 3 years ago
  • tf_model.h5
    1.63 GB
    xet
    add tf version over 3 years ago
  • tokenizer.json
    2.11 MB
    add model over 3 years ago
  • tokenizer_config.json
    361 Bytes
    add model over 3 years ago
  • vocab.json
    800 kB
    add model over 3 years ago