Text Generation
Transformers
PyTorch
Safetensors
code
gpt_bigcode
Eval Results (legacy)
text-generation-inference
Instructions to use bigcode/gpt_bigcode-santacoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bigcode/gpt_bigcode-santacoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="bigcode/gpt_bigcode-santacoder")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("bigcode/gpt_bigcode-santacoder") model = AutoModelForCausalLM.from_pretrained("bigcode/gpt_bigcode-santacoder") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use bigcode/gpt_bigcode-santacoder with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bigcode/gpt_bigcode-santacoder" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bigcode/gpt_bigcode-santacoder", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/bigcode/gpt_bigcode-santacoder
- SGLang
How to use bigcode/gpt_bigcode-santacoder with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "bigcode/gpt_bigcode-santacoder" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bigcode/gpt_bigcode-santacoder", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "bigcode/gpt_bigcode-santacoder" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bigcode/gpt_bigcode-santacoder", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use bigcode/gpt_bigcode-santacoder with Docker Model Runner:
docker model run hf.co/bigcode/gpt_bigcode-santacoder
| license: openrail | |
| datasets: | |
| - bigcode/the-stack | |
| language: | |
| - code | |
| programming_language: | |
| - Java | |
| - JavaScript | |
| - Python | |
| pipeline_tag: text-generation | |
| inference: false | |
| model-index: | |
| - name: SantaCoder | |
| results: | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL HumanEval (Python) | |
| metrics: | |
| - name: pass@1 | |
| type: pass@1 | |
| value: 0.18 | |
| verified: false | |
| - name: pass@10 | |
| type: pass@10 | |
| value: 0.29 | |
| verified: false | |
| - name: pass@100 | |
| type: pass@100 | |
| value: 0.49 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL MBPP (Python) | |
| metrics: | |
| - name: pass@1 | |
| type: pass@1 | |
| value: 0.35 | |
| verified: false | |
| - name: pass@10 | |
| type: pass@10 | |
| value: 0.58 | |
| verified: false | |
| - name: pass@100 | |
| type: pass@100 | |
| value: 0.77 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL HumanEval (JavaScript) | |
| metrics: | |
| - name: pass@1 | |
| type: pass@1 | |
| value: 0.16 | |
| verified: false | |
| - name: pass@10 | |
| type: pass@10 | |
| value: 0.27 | |
| verified: false | |
| - name: pass@100 | |
| type: pass@100 | |
| value: 0.47 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL MBPP (Javascript) | |
| metrics: | |
| - name: pass@1 | |
| type: pass@1 | |
| value: 0.28 | |
| verified: false | |
| - name: pass@10 | |
| type: pass@10 | |
| value: 0.51 | |
| verified: false | |
| - name: pass@100 | |
| type: pass@100 | |
| value: 0.70 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL HumanEval (Java) | |
| metrics: | |
| - name: pass@1 | |
| type: pass@1 | |
| value: 0.15 | |
| verified: false | |
| - name: pass@10 | |
| type: pass@10 | |
| value: 0.26 | |
| verified: false | |
| - name: pass@100 | |
| type: pass@100 | |
| value: 0.41 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL MBPP (Java) | |
| metrics: | |
| - name: pass@1 | |
| type: pass@1 | |
| value: 0.28 | |
| verified: false | |
| - name: pass@10 | |
| type: pass@10 | |
| value: 0.44 | |
| verified: false | |
| - name: pass@100 | |
| type: pass@100 | |
| value: 0.59 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: loubnabnl/humaneval_infilling | |
| name: HumanEval FIM (Python) | |
| metrics: | |
| - name: single_line | |
| type: exact_match | |
| value: 0.44 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL HumanEval FIM (Java) | |
| metrics: | |
| - name: single_line | |
| type: exact_match | |
| value: 0.62 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: nuprl/MultiPL-E | |
| name: MultiPL HumanEval FIM (JavaScript) | |
| metrics: | |
| - name: single_line | |
| type: exact_match | |
| value: 0.60 | |
| verified: false | |
| - task: | |
| type: text-generation | |
| dataset: | |
| type: code_x_glue_ct_code_to_text | |
| name: CodeXGLUE code-to-text (Python) | |
| metrics: | |
| - name: BLEU | |
| type: bleu | |
| value: 18.13 | |
| verified: false | |
| # SantaCoder | |
|  | |
| Play with the model on the [SantaCoder Space Demo](https://huggingface.co/spaces/bigcode/santacoder-demo). | |
| # Table of Contents | |
| 1. [Model Summary](#model-summary) | |
| 2. [Use](#use) | |
| 3. [Limitations](#limitations) | |
| 4. [Training](#training) | |
| 5. [License](#license) | |
| 6. [Citation](#citation) | |
| # Model Summary | |
| This is the same model as [SantaCoder](https://huggingface.co/bigcode/santacoder) but it can be loaded with transformers >=4.28.1 to use the GPTBigCode architecture. | |
| We refer the reader to the [SantaCoder model page](https://huggingface.co/bigcode/santacoder) for full documentation about this model | |
| - **Repository:** [bigcode/Megatron-LM](https://github.com/bigcode-project/Megatron-LM) | |
| - **Project Website:** [bigcode-project.org](www.bigcode-project.org) | |
| - **Paper:** [🎅SantaCoder: Don't reach for the stars!🌟](https://t.co/YV3pzUbYOr) | |
| - **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org) | |
| - **Languages:** Python, Java, and JavaScript | |
| There are two versions (branches) of the model: | |
| * `main`: Uses the `gpt_bigcode` model. [Requires the bigcode fork of transformers](https://github.com/bigcode-project/transformers). | |
| * `main_custom`: Packaged with its modeling code. Requires `transformers>=4.27`. | |
| Alternatively, it can run on older versions by setting the configuration parameter `activation_function = "gelu_pytorch_tanh"`. | |
| # Use | |
| ## Intended use | |
| The model was trained on GitHub code. As such it is _not_ an instruction model and commands like "Write a function that computes the square root." do not work well. | |
| You should phrase commands like they occur in source code such as comments (e.g. `# the following function computes the sqrt`) or write a function signature and docstring and let the model complete the function body. | |
| ### Attribution & Other Requirements | |
| The pretraining dataset of the model was filtered for permissive licenses only. Nevertheless, the model can generate source code verbatim from the dataset. The code's license might require attribution and/or other specific requirements that must be respected. We provide a [search index](https://huggingface.co/spaces/bigcode/santacoder-search) that let's you search through the pretraining data to identify where generated code came from and apply the proper attribution to your code. | |
| # Limitations | |
| The model has been trained on source code in Python, Java, and JavaScript. The predominant language in source is English although other languages are also present. As such the model is capable to generate code snippets provided some context but the generated code is not guaranteed to work as intended. It can be inefficient, contain bugs or exploits. | |
| # Training | |
| ## Model | |
| - **Architecture:** GPT-2 model with multi-query attention and Fill-in-the-Middle objective | |
| - **Pretraining steps:** 600K | |
| - **Pretraining tokens:** 236 billion | |
| - **Precision:** float16 | |
| ## Hardware | |
| - **GPUs:** 96 Tesla V100 | |
| - **Training time:** 6.2 days | |
| - **Total FLOPS:** 2.1 x 10e21 | |
| ## Software | |
| - **Orchestration:** [Megatron-LM](https://github.com/bigcode-project/Megatron-LM) | |
| - **Neural networks:** [PyTorch](https://github.com/pytorch/pytorch) | |
| - **FP16 if applicable:** [apex](https://github.com/NVIDIA/apex) | |
| # License | |
| The model is licenses under the CodeML Open RAIL-M v0.1 license. You can find the full license [here](https://huggingface.co/spaces/bigcode/license). | |
| # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) | |
| Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_bigcode__gpt_bigcode-santacoder) | |
| | Metric | Value | | |
| |-----------------------|---------------------------| | |
| | Avg. | 24.95 | | |
| | ARC (25-shot) | 21.16 | | |
| | HellaSwag (10-shot) | 30.84 | | |
| | MMLU (5-shot) | 24.97 | | |
| | TruthfulQA (0-shot) | 45.64 | | |
| | Winogrande (5-shot) | 47.83 | | |
| | GSM8K (5-shot) | 0.53 | | |
| | DROP (3-shot) | 3.72 | | |