File size: 877 Bytes
f4f2f71 eea98eb f4f2f71 eea98eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
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. |