Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
-
library_name: transformers
|
4 |
license: llama2
|
|
|
|
|
|
|
5 |
metrics:
|
6 |
- code_eval
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: WizardCoder-Python-13B-V1.0
|
9 |
results:
|
10 |
-
-
|
|
|
|
|
11 |
name: HumanEval
|
12 |
type: openai_humaneval
|
13 |
metrics:
|
14 |
-
-
|
15 |
-
type: pass@1
|
16 |
value: 0.64
|
|
|
17 |
verified: false
|
18 |
-
task:
|
19 |
-
type: text-generation
|
20 |
-
model_creator: WizardLM
|
21 |
-
model_link: https://huggingface.co/WizardLM/WizardCoder-Python-13B-V1.0
|
22 |
-
model_name: WizardCoder Python 13B V1.0
|
23 |
-
model_type: llama
|
24 |
-
quantized_by: TheBloke
|
25 |
-
tags:
|
26 |
-
- code
|
27 |
---
|
28 |
|
29 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
license: llama2
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- code
|
6 |
metrics:
|
7 |
- code_eval
|
8 |
+
inference: false
|
9 |
+
model_creator: WizardLM
|
10 |
+
model_link: https://huggingface.co/WizardLM/WizardCoder-Python-13B-V1.0
|
11 |
+
model_type: llama
|
12 |
+
quantized_by: TheBloke
|
13 |
+
base_model: WizardLM/WizardCoder-Python-13B-V1.0
|
14 |
model-index:
|
15 |
- name: WizardCoder-Python-13B-V1.0
|
16 |
results:
|
17 |
+
- task:
|
18 |
+
type: text-generation
|
19 |
+
dataset:
|
20 |
name: HumanEval
|
21 |
type: openai_humaneval
|
22 |
metrics:
|
23 |
+
- type: pass@1
|
|
|
24 |
value: 0.64
|
25 |
+
name: pass@1
|
26 |
verified: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
<!-- header start -->
|