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

  • Log In
  • Sign Up

uclanlp
/
plbart-large

Transformers
PyTorch
plbart
text2text-generation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use uclanlp/plbart-large with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("uclanlp/plbart-large")
    model = AutoModelForSeq2SeqLM.from_pretrained("uclanlp/plbart-large")
  • Notebooks
  • Google Colab
  • Kaggle
plbart-large
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
gchhablani's picture
gchhablani
Add model files
d296275 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    850 Bytes
    Add model files over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.62 GB
    xet
    Add model files over 4 years ago
  • sentencepiece.bpe.model
    986 kB
    xet
    Add model files over 4 years ago