Text Generation
Transformers
Safetensors
GGUF
English
stablelm
causal-lm
code
Eval Results
Inference Endpoints
7 papers
ncoop57 commited on
Commit
ce64095
1 Parent(s): e6122fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ model-index:
85
 
86
  `stable-code-3b` is a 2.7B billion parameter decoder-only language model pre-trained on 1.3 trillion tokens of diverse textual and code datasets. `stable-code-3b` is trained on 18 programming languages (selected based on the 2023 StackOverflow Developer Survey) and demonstrates state-of-the-art performance (compared to models of similar size) on the MultiPL-E metrics across multiple programming languages tested using [BigCode's Evaluation Harness](https://github.com/bigcode-project/bigcode-evaluation-harness/tree/main).
87
 
88
- ![performance](stable_code_3b_spiderchart.svg)
89
 
90
  | Model | Size | Python | C++ | Javascript | Java | PHP | Rust |
91
  |------------------|------|--------|------|------------|------|------|------|
 
85
 
86
  `stable-code-3b` is a 2.7B billion parameter decoder-only language model pre-trained on 1.3 trillion tokens of diverse textual and code datasets. `stable-code-3b` is trained on 18 programming languages (selected based on the 2023 StackOverflow Developer Survey) and demonstrates state-of-the-art performance (compared to models of similar size) on the MultiPL-E metrics across multiple programming languages tested using [BigCode's Evaluation Harness](https://github.com/bigcode-project/bigcode-evaluation-harness/tree/main).
87
 
88
+ ![spiderchart](stable_code_3b_spiderchart.svg)
89
 
90
  | Model | Size | Python | C++ | Javascript | Java | PHP | Rust |
91
  |------------------|------|--------|------|------------|------|------|------|