Update README.md
Browse files
README.md
CHANGED
@@ -29,3 +29,14 @@ inference:
|
|
29 |
- Base model: [ahxt/llama2_xs_460M_experimental](https://huggingface.co/ahxt/llama2_xs_460M_experimental)
|
30 |
- Dataset: [KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format](https://huggingface.co/datasets/KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format)
|
31 |
- Training parameters: [training_params.json](https://huggingface.co/Felladrin/llama2_xs_460M_experimental_evol_instruct/blob/cc151c5669ea37c3ef972e375c74f2d9bfd92b49/training_params.json)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
- Base model: [ahxt/llama2_xs_460M_experimental](https://huggingface.co/ahxt/llama2_xs_460M_experimental)
|
30 |
- Dataset: [KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format](https://huggingface.co/datasets/KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format)
|
31 |
- Training parameters: [training_params.json](https://huggingface.co/Felladrin/llama2_xs_460M_experimental_evol_instruct/blob/cc151c5669ea37c3ef972e375c74f2d9bfd92b49/training_params.json)
|
32 |
+
|
33 |
+
## Prompt format
|
34 |
+
|
35 |
+
It was trained in the following prompt format:
|
36 |
+
|
37 |
+
```
|
38 |
+
### Instruction:
|
39 |
+
<instruction>
|
40 |
+
|
41 |
+
### Response:
|
42 |
+
```
|