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

  • Log In
  • Sign Up

claudios
/
plbart-large

Feature Extraction
Transformers
Safetensors
code
plbart
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use claudios/plbart-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="claudios/plbart-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("claudios/plbart-large")
    model = AutoModel.from_pretrained("claudios/plbart-large")
  • Notebooks
  • Google Colab
  • Kaggle
plbart-large
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
claudios's picture
claudios
Update README.md
0e66baa verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.2 kB
    Update README.md almost 2 years ago
  • config.json
    869 Bytes
    Upload model about 2 years ago
  • model.safetensors
    1.62 GB
    xet
    Upload model about 2 years ago
  • sentencepiece.bpe.model
    986 kB
    xet
    Upload tokenizer about 2 years ago
  • special_tokens_map.json
    367 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.85 kB
    Update tokenizer_config.json almost 2 years ago