Update README.md
Browse files
README.md
CHANGED
|
@@ -3,14 +3,16 @@ 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:
|
| 13 |
-
that
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
### Instruction:
|
|
@@ -19,8 +21,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
| 19 |
|
| 20 |
|
| 21 |
### Response:
|
| 22 |
-
|
| 23 |
-
'
|
| 24 |
quantized_by: TheBloke
|
| 25 |
model-index:
|
| 26 |
- name: WizardCoder-Python-34B-V1.0
|
|
@@ -381,4 +381,4 @@ Please cite the repo if you use the data, method or code in this repo.
|
|
| 381 |
}
|
| 382 |
```
|
| 383 |
|
| 384 |
-
<!-- original-model-card end -->
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
tags:
|
| 5 |
- code
|
| 6 |
+
- llamafile
|
| 7 |
metrics:
|
| 8 |
- code_eval
|
| 9 |
base_model: WizardLM/WizardCoder-Python-34B-V1.0
|
| 10 |
inference: false
|
| 11 |
model_creator: WizardLM
|
| 12 |
model_type: llama
|
| 13 |
+
prompt_template: >
|
| 14 |
+
Below is an instruction that describes a task. Write a response that
|
| 15 |
+
appropriately completes the request.
|
| 16 |
|
| 17 |
|
| 18 |
### Instruction:
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
### Response:
|
|
|
|
|
|
|
| 24 |
quantized_by: TheBloke
|
| 25 |
model-index:
|
| 26 |
- name: WizardCoder-Python-34B-V1.0
|
|
|
|
| 381 |
}
|
| 382 |
```
|
| 383 |
|
| 384 |
+
<!-- original-model-card end -->
|