Caleb Fahlgren commited on
Commit
eea98eb
1 Parent(s): fcddbb1

add readme

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: llama2
3
+ datasets:
4
+ - glaiveai/glaive-code-assistant
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
  ---
10
+
11
+ # glaive-coder-7b (Finetune of CodeLllama 7B) compiled for WebGPU - q4f32_1
12
+
13
+ - Original model: [Glaive Coder 7B](https://huggingface.co/glaiveai/glaive-coder-7b)
14
+ - compiled by: Caleb Fahlgren: [👋 on Twitter](https://twitter.com/calebfahlgren)
15
+ - Original Dataset: [glaive-code-assistant](https://huggingface.co/datasets/glaiveai/glaive-code-assistant)
16
+
17
+ `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.
18
+
19
+ The model is fine-tuned on the CodeLlama-7b model.
20
+
21
+ Usage:
22
+
23
+ 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.