Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,34 +1,34 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- bigcode/starcoderdata
|
4 |
-
inference: false
|
5 |
language:
|
6 |
- code
|
7 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: stabilityai/stablecode-completion-alpha-3b-4k
|
10 |
results:
|
11 |
-
-
|
|
|
|
|
12 |
name: HumanEval
|
13 |
type: openai_humaneval
|
14 |
metrics:
|
15 |
-
-
|
16 |
-
type: pass@1
|
17 |
value: 0.1768
|
|
|
18 |
verified: false
|
19 |
-
-
|
20 |
-
type: pass@10
|
21 |
value: 0.2701
|
|
|
22 |
verified: false
|
23 |
-
task:
|
24 |
-
type: text-generation
|
25 |
-
model_creator: StabilityAI
|
26 |
-
model_link: https://huggingface.co/stabilityai/stablecode-completion-alpha-3b-4k
|
27 |
-
model_name: Stablecode Completion Alpha 3B 4K
|
28 |
-
model_type: gpt-neox
|
29 |
-
quantized_by: TheBloke
|
30 |
-
tags:
|
31 |
-
- causal-lm
|
32 |
---
|
33 |
|
34 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- code
|
4 |
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- causal-lm
|
7 |
+
datasets:
|
8 |
+
- bigcode/starcoderdata
|
9 |
+
inference: false
|
10 |
+
model_creator: StabilityAI
|
11 |
+
model_link: https://huggingface.co/stabilityai/stablecode-completion-alpha-3b-4k
|
12 |
+
model_type: gpt-neox
|
13 |
+
quantized_by: TheBloke
|
14 |
+
base_model: stabilityai/stablecode-completion-alpha-3b-4k
|
15 |
model-index:
|
16 |
- name: stabilityai/stablecode-completion-alpha-3b-4k
|
17 |
results:
|
18 |
+
- task:
|
19 |
+
type: text-generation
|
20 |
+
dataset:
|
21 |
name: HumanEval
|
22 |
type: openai_humaneval
|
23 |
metrics:
|
24 |
+
- type: pass@1
|
|
|
25 |
value: 0.1768
|
26 |
+
name: pass@1
|
27 |
verified: false
|
28 |
+
- type: pass@10
|
|
|
29 |
value: 0.2701
|
30 |
+
name: pass@10
|
31 |
verified: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
|
34 |
<!-- header start -->
|