Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,25 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0
|
| 3 |
-
inference: false
|
| 4 |
-
library_name: transformers
|
| 5 |
license: llama2
|
|
|
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- code_eval
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
results:
|
| 11 |
-
- dataset:
|
| 12 |
-
name: HumanEval
|
| 13 |
-
type: openai_humaneval
|
| 14 |
-
metrics:
|
| 15 |
-
- name: pass@1
|
| 16 |
-
type: pass@1
|
| 17 |
-
value: 0.732
|
| 18 |
-
verified: false
|
| 19 |
-
task:
|
| 20 |
-
type: text-generation
|
| 21 |
model_creator: WizardLM
|
| 22 |
-
model_name: WizardCoder Python 34B V1.0
|
| 23 |
model_type: llama
|
| 24 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 25 |
that appropriately completes the request.
|
|
@@ -34,8 +22,19 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
| 34 |
|
| 35 |
'
|
| 36 |
quantized_by: TheBloke
|
| 37 |
-
|
| 38 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
<!-- header start -->
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
license: llama2
|
| 3 |
+
library_name: transformers
|
| 4 |
+
tags:
|
| 5 |
+
- code
|
| 6 |
metrics:
|
| 7 |
- code_eval
|
| 8 |
+
base_model: WizardLM/WizardCoder-Python-34B-V1.0
|
| 9 |
+
inference: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
model_creator: WizardLM
|
|
|
|
| 11 |
model_type: llama
|
| 12 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 13 |
that appropriately completes the request.
|
|
|
|
| 22 |
|
| 23 |
'
|
| 24 |
quantized_by: TheBloke
|
| 25 |
+
model-index:
|
| 26 |
+
- name: WizardCoder-Python-34B-V1.0
|
| 27 |
+
results:
|
| 28 |
+
- task:
|
| 29 |
+
type: text-generation
|
| 30 |
+
dataset:
|
| 31 |
+
name: HumanEval
|
| 32 |
+
type: openai_humaneval
|
| 33 |
+
metrics:
|
| 34 |
+
- type: pass@1
|
| 35 |
+
value: 0.732
|
| 36 |
+
name: pass@1
|
| 37 |
+
verified: false
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- header start -->
|