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