Update README.md
Browse files
README.md
CHANGED
@@ -19,9 +19,13 @@ If you have questions, please feel free to reach out to us on
|
|
19 |
Learning Daily [Discord
|
20 |
community](https://discord.com/invite/p9ecgRhDR8/).
|
21 |
|
|
|
|
|
|
|
22 |
|
23 |
-
|
24 |
-
|
|
|
25 |
|
26 |
## **[DeciCoder](https://huggingface.co/Deci/DeciCoder-1b):**
|
27 |
An open-source, permissively licensed 1B parameter code generation model generated by Deci's Neural Architecture Search technology.
|
|
|
19 |
Learning Daily [Discord
|
20 |
community](https://discord.com/invite/p9ecgRhDR8/).
|
21 |
|
22 |
+
## **[DeciLM 6B](https://huggingface.co/Deci/DeciLM-6b):**
|
23 |
+
A highly efficient model 5.7 billion parameter pretrained LLM using variable Grouped-Query Attention (GQA) to achieve an optimal balance between performance and computational efficiency. Generated using Deci's proprietary Neural Architecture Search technology, AutoNAC, DeciLM 6B delivers a throughput that’s 15 times faster than Llama 2 7B while maintaining comparable quality.
|
24 |
+
DeciLM 6B-Instruct, fine-tuned from DeciLM 6B for instruction-following use cases, is among the most accurate open-source models in the 7 billion parameter class.
|
25 |
|
26 |
+
## **[DeciDiffusion](https://huggingface.co/Deci/DeciDiffusion-v1-0):**
|
27 |
+
An open-source, permissively licensed text-to-image latent diffusion model generated by Deci's Neural Architecture Search technology.
|
28 |
+
DeciDiffusion delivers a 3x increase in throughput while generation Stable Diffusion caliber images.
|
29 |
|
30 |
## **[DeciCoder](https://huggingface.co/Deci/DeciCoder-1b):**
|
31 |
An open-source, permissively licensed 1B parameter code generation model generated by Deci's Neural Architecture Search technology.
|