samsja commited on
Commit
7884efe
1 Parent(s): c0cbd99

chore: add readme

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - jinaai/code_exercises
4
+ language:
5
+ - en
6
+ tags:
7
+ - HumanEval
8
+ - StarCoder
9
+ ---
10
+
11
+ # StarCoder-1b-textbook
12
+
13
+
14
+ StarCoder-1b-textbook is a finetuned version of [starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on the [code_exercices](https://huggingface.co/datasets/jinaai/code_exercises) dataset
15
+
16
+
17
+ It achieves 27.0 pass@1 on the [Human Eval](https://github.com/openai/human-eval) coding benchmark while being only 1b parameters.
18
+ That is an improvement of almost 12 points over the starcoder 1b baseline, almost doubling the score.
19
+
20
+ The results (on the human eval benchmark) are on par with other open-source models like StarCoderBase (30.4) StarCoder(33.6) CodeGen-16B-Mono(29.3) while the model being 15 times smaller.
21
+
22
+ It still underperforms compared to other models like CodeLLama (53%) or chat gpt 4 (82) or wizard coder (73.2), but these model are more than 30 times bigger.
23
+
24
+
25
+ ## Disclaimer
26
+
27
+
28
+ * The human eval benchmark is not a perfect benchmark and does not fully represent the coding abilities of an LLM. This model performs well on the task described in the benchmark but it does not necessarily mean that our model is on par with bigger models on coding assistant LLM.
29
+ * This model is not an instruction tune and cannot be used as a chatbot. We recommend using the [Evol-Instruct-Code-80k-v1](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) to finetune it into a instrution following model
30
+ * This model has not been aligned with human preferences and therefore could potentially generate harmful content
31
+ * This model has been trained on a dataset generated by ChatGPT 3.5, and you should check the legal status of AI-generated content in your jurisdiction before using it. You should make sure that your usage complies with the OpenAI Terms of Use, in so far as legally applicable.
32
+