Commit
·
9ce8caa
1
Parent(s):
ba33f58
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
---
|
| 2 |
model-index:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
datasets:
|
| 16 |
- jinaai/code_exercises
|
| 17 |
language:
|
|
@@ -19,6 +19,7 @@ language:
|
|
| 19 |
tags:
|
| 20 |
- HumanEval
|
| 21 |
- StarCoder
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# StarCoder-1b-textbook
|
|
@@ -52,4 +53,4 @@ To reproduce the training just follow the training instructions in our [open sou
|
|
| 52 |
|
| 53 |
## Credits
|
| 54 |
|
| 55 |
-
This model was trained and released by [Jina.ai](https://jina.ai/)
|
|
|
|
| 1 |
---
|
| 2 |
model-index:
|
| 3 |
+
- name: starcoder-1b-textbook
|
| 4 |
+
results:
|
| 5 |
+
- task:
|
| 6 |
+
type: text-generation
|
| 7 |
+
dataset:
|
| 8 |
+
type: openai_humaneval
|
| 9 |
+
name: HumanEval
|
| 10 |
+
metrics:
|
| 11 |
+
- name: pass@1
|
| 12 |
+
type: pass@1
|
| 13 |
+
value: 27.0%
|
| 14 |
+
verified: false
|
| 15 |
datasets:
|
| 16 |
- jinaai/code_exercises
|
| 17 |
language:
|
|
|
|
| 19 |
tags:
|
| 20 |
- HumanEval
|
| 21 |
- StarCoder
|
| 22 |
+
license: cc-by-nc-sa-4.0
|
| 23 |
---
|
| 24 |
|
| 25 |
# StarCoder-1b-textbook
|
|
|
|
| 53 |
|
| 54 |
## Credits
|
| 55 |
|
| 56 |
+
This model was trained and released by [Jina.ai](https://jina.ai/)
|