Update README.md
Browse files
README.md
CHANGED
|
@@ -124,6 +124,18 @@ tokens = model.generate(
|
|
| 124 |
output = tokenizer.batch_decode(tokens[:, inputs.input_ids.shape[-1]:], skip_special_tokens=False)[0]
|
| 125 |
```
|
| 126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
## Performance
|
| 128 |
### Multi-PL Benchmark:
|
| 129 |
| Model | Size | Avg | Python | C++ | JavaScript | Java | PHP | Rust |
|
|
@@ -145,18 +157,6 @@ output = tokenizer.batch_decode(tokens[:, inputs.input_ids.shape[-1]:], skip_spe
|
|
| 145 |
|
| 146 |
|
| 147 |
|
| 148 |
-
## Model Details
|
| 149 |
-
|
| 150 |
-
* **Developed by**: [Stability AI](https://stability.ai/)
|
| 151 |
-
* **Model type**: `Stable Code Instruct 3B` model is an auto-regressive language model based on the transformer decoder architecture.
|
| 152 |
-
* **Language(s)**: English
|
| 153 |
-
* **Paper**: [Stable Code Technical Report](https://drive.google.com/file/d/1JYJHszhS8EFChTbNAf8xmqhKjogWRrQF/view?usp=sharing)
|
| 154 |
-
* **Library**: [Alignment Handbook](https://github.com/huggingface/alignment-handbook.git)
|
| 155 |
-
* **Finetuned from model**: [https://huggingface.co/stabilityai/stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b)
|
| 156 |
-
* **License**: [StabilityAI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stable-code-instruct-3b/blob/main/LICENSE). If you want to use this model for your commercial products or purposes, please contact us [here](https://stability.ai/contact) to learn more.
|
| 157 |
-
* **Contact**: For questions and comments about the model, please email `[email protected]`
|
| 158 |
-
|
| 159 |
-
|
| 160 |
|
| 161 |
|
| 162 |
## How to Cite
|
|
|
|
| 124 |
output = tokenizer.batch_decode(tokens[:, inputs.input_ids.shape[-1]:], skip_special_tokens=False)[0]
|
| 125 |
```
|
| 126 |
|
| 127 |
+
## Model Details
|
| 128 |
+
|
| 129 |
+
* **Developed by**: [Stability AI](https://stability.ai/)
|
| 130 |
+
* **Model type**: `Stable Code Instruct 3B` model is an auto-regressive language model based on the transformer decoder architecture.
|
| 131 |
+
* **Language(s)**: English
|
| 132 |
+
* **Paper**: [Stable Code Technical Report](https://drive.google.com/file/d/1JYJHszhS8EFChTbNAf8xmqhKjogWRrQF/view?usp=sharing)
|
| 133 |
+
* **Library**: [Alignment Handbook](https://github.com/huggingface/alignment-handbook.git)
|
| 134 |
+
* **Finetuned from model**: [https://huggingface.co/stabilityai/stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b)
|
| 135 |
+
* **License**: [StabilityAI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stable-code-instruct-3b/blob/main/LICENSE). If you want to use this model for your commercial products or purposes, please contact us [here](https://stability.ai/contact) to learn more.
|
| 136 |
+
* **Contact**: For questions and comments about the model, please email `[email protected]`
|
| 137 |
+
|
| 138 |
+
|
| 139 |
## Performance
|
| 140 |
### Multi-PL Benchmark:
|
| 141 |
| Model | Size | Avg | Python | C++ | JavaScript | Java | PHP | Rust |
|
|
|
|
| 157 |
|
| 158 |
|
| 159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
|
| 161 |
|
| 162 |
## How to Cite
|