Update README.md
Browse files
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](
|
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 |
+
![performance](stable_code_3b_spiderchart.svg)
|
89 |
|
90 |
| Model | Size | Python | C++ | Javascript | Java | PHP | Rust |
|
91 |
|------------------|------|--------|------|------------|------|------|------|
|