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

  • Log In
  • Sign Up

uclanlp
/
plbart-java-cs

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

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

  • Libraries
  • Transformers

    How to use uclanlp/plbart-java-cs with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("uclanlp/plbart-java-cs")
    model = AutoModelForSeq2SeqLM.from_pretrained("uclanlp/plbart-java-cs")
  • Notebooks
  • Google Colab
  • Kaggle
plbart-java-cs
1.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
b19f56f almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • config.json
    783 Bytes
    Add spiece model and update config files over 4 years ago
  • model.safetensors
    557 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    557 MB
    xet
    Add model files over 4 years ago
  • sentencepiece.bpe.model
    986 kB
    xet
    Add spiece model and update config files over 4 years ago