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

  • Log In
  • Sign Up

bigcode
/
santacoder-fast-inference

Fill-Mask
Transformers
PyTorch
gpt_bigcode
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use bigcode/santacoder-fast-inference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bigcode/santacoder-fast-inference with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="bigcode/santacoder-fast-inference")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelWithLMHead
    
    tokenizer = AutoTokenizer.from_pretrained("bigcode/santacoder-fast-inference")
    model = AutoModelWithLMHead.from_pretrained("bigcode/santacoder-fast-inference")
  • Notebooks
  • Google Colab
  • Kaggle
santacoder-fast-inference
2.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jlamypoirier's picture
jlamypoirier
iter_0600000
d328d4d about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    26 Bytes
    initial commit about 3 years ago
  • config.json
    774 Bytes
    iter_0600000 about 3 years ago
  • pytorch_model.bin
    2.25 GB
    xet
    iter_0600000 about 3 years ago