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

  • Log In
  • Sign Up

ccdv
/
lsg-bart-base-16384

Fill-Mask
Transformers
PyTorch
English
bart
text2text-generation
summarization
long context
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use ccdv/lsg-bart-base-16384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ccdv/lsg-bart-base-16384 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ccdv/lsg-bart-base-16384", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ccdv/lsg-bart-base-16384", trust_remote_code=True)
    model = AutoModelForSeq2SeqLM.from_pretrained("ccdv/lsg-bart-base-16384", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
lsg-bart-base-16384
657 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
ccdv's picture
ccdv
small fix
bf675ee over 2 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    6.27 kB
    small fix over 2 years ago
  • attn.png
    50.1 kB
    first almost 4 years ago
  • config.json
    2.51 kB
    config almost 4 years ago
  • merges.txt
    456 kB
    first almost 4 years ago
  • modeling_lsg_bart.py
    41.9 kB
    small fix over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    654 MB
    xet
    first almost 4 years ago
  • special_tokens_map.json
    280 Bytes
    first almost 4 years ago
  • tokenizer.json
    2.11 MB
    first almost 4 years ago
  • tokenizer_config.json
    385 Bytes
    first almost 4 years ago
  • vocab.json
    798 kB
    first almost 4 years ago