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

  • Log In
  • Sign Up

Salesforce
/
codet5p-220m

Transformers
PyTorch
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
10

Instructions to use Salesforce/codet5p-220m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Salesforce/codet5p-220m with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Salesforce/codet5p-220m")
    model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5p-220m")
  • Notebooks
  • Google Colab
  • Kaggle
codet5p-220m
447 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
doyensahoo's picture
doyensahoo
pjwalapuram's picture
pjwalapuram
Update README.md with ethical considerations (#8)
2b92f36 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    5.31 kB
    Update README.md with ethical considerations (#8) over 1 year ago
  • added_tokens.json
    2 Bytes
    Initial commit almost 3 years ago
  • config.json
    768 Bytes
    Update config.json almost 3 years ago
  • merges.txt
    294 kB
    Initial commit almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    446 MB
    xet
    Initial commit almost 3 years ago
  • special_tokens_map.json
    12.5 kB
    Initial commit almost 3 years ago
  • tokenizer_config.json
    1.48 kB
    Initial commit almost 3 years ago
  • vocab.json
    703 kB
    Initial commit almost 3 years ago