Update README.md
Browse files
README.md
CHANGED
@@ -102,9 +102,6 @@ lm_studio:
|
|
102 |
**Original model**: [starcoder2-15b-instruct-v0.1](https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1)<br>
|
103 |
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b2756](https://github.com/ggerganov/llama.cpp/releases/tag/b2756)<br>
|
104 |
|
105 |
-
We introduce StarCoder2-15B-Instruct-v0.1, the very first entirely self-aligned code Large Language Model (LLM) trained with a fully permissive and transparent pipeline. Our open-source pipeline uses StarCoder2-15B to generate thousands of instruction-response pairs, which are then used to fine-tune StarCoder-15B itself without any human annotations or distilled data from huge and proprietary LLMs.
|
106 |
-
|
107 |
-
|
108 |
## Model Summary:
|
109 |
Starcoder2-15B-Instruct-v0.1 is self-proclaimed to be the first entirely self-aligned code model with a fully permissive and transparent pipeline.<br>
|
110 |
This model is meant to be used for coding instructions in a <b>single turn</b>, any other styles may result in less accurate responses.<br>
|
|
|
102 |
**Original model**: [starcoder2-15b-instruct-v0.1](https://huggingface.co/bigcode/starcoder2-15b-instruct-v0.1)<br>
|
103 |
**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b2756](https://github.com/ggerganov/llama.cpp/releases/tag/b2756)<br>
|
104 |
|
|
|
|
|
|
|
105 |
## Model Summary:
|
106 |
Starcoder2-15B-Instruct-v0.1 is self-proclaimed to be the first entirely self-aligned code model with a fully permissive and transparent pipeline.<br>
|
107 |
This model is meant to be used for coding instructions in a <b>single turn</b>, any other styles may result in less accurate responses.<br>
|