--- license: llama2 datasets: - glaiveai/glaive-code-assistant language: - en tags: - code --- # glaive-coder-7b (Finetune of CodeLllama 7B) compiled for WebGPU - q4f32_1 - Original model: [Glaive Coder 7B](https://huggingface.co/glaiveai/glaive-coder-7b) - compiled by: Caleb Fahlgren: [👋 on Twitter](https://twitter.com/calebfahlgren) - Original Dataset: [glaive-code-assistant](https://huggingface.co/datasets/glaiveai/glaive-code-assistant) `glaive-coder-7b` is a 7B parameter code model trained on a dataset of ~140k programming related problems and solutions generated from Glaive’s synthetic data generation platform. The model is fine-tuned on the CodeLlama-7b model. Usage: The model is trained to act as a code assistant, and can do both single instruction following and multi-turn conversations. It follows the same prompt format as CodeLlama-7b-Instruct.