Update README.md
Browse files
README.md
CHANGED
@@ -88,6 +88,7 @@ The model is finetuned to make it useable in tasks like,
|
|
88 |
- General purpose Code/Software Engineering like conversations.
|
89 |
- SQL related generation and conversation.
|
90 |
|
|
|
91 |
|
92 |
## Usage
|
93 |
Here's how you can run the model use the model:
|
@@ -137,7 +138,8 @@ output = tokenizer.batch_decode(tokens[:, inputs.input_ids.shape[-1]:], skip_spe
|
|
137 |
* **Paper**: [Stable Code Technical Report](https://drive.google.com/file/d/16-DGsR5-qwoPztZ6HcM7KSRUxIXrjlSm/view)
|
138 |
* **Library**: [Alignment Handbook](https://github.com/huggingface/alignment-handbook.git)
|
139 |
* **Finetuned from model**: [https://huggingface.co/stabilityai/stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b)
|
140 |
-
* **License**: [StabilityAI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stable-code-instruct-3b/blob/main/LICENSE).
|
|
|
141 |
* **Contact**: For questions and comments about the model, please email `lm@stability.ai`
|
142 |
|
143 |
|
|
|
88 |
- General purpose Code/Software Engineering like conversations.
|
89 |
- SQL related generation and conversation.
|
90 |
|
91 |
+
Please note: For commercial use, please refer to https://stability.ai/membership.
|
92 |
|
93 |
## Usage
|
94 |
Here's how you can run the model use the model:
|
|
|
138 |
* **Paper**: [Stable Code Technical Report](https://drive.google.com/file/d/16-DGsR5-qwoPztZ6HcM7KSRUxIXrjlSm/view)
|
139 |
* **Library**: [Alignment Handbook](https://github.com/huggingface/alignment-handbook.git)
|
140 |
* **Finetuned from model**: [https://huggingface.co/stabilityai/stable-code-3b](https://huggingface.co/stabilityai/stable-code-3b)
|
141 |
+
* **License**: [StabilityAI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stable-code-instruct-3b/blob/main/LICENSE).
|
142 |
+
* **Commercial License**: to use this model commercially, please refer to https://stability.ai/membership
|
143 |
* **Contact**: For questions and comments about the model, please email `lm@stability.ai`
|
144 |
|
145 |
|