Update README.md
Browse files
README.md
CHANGED
|
@@ -128,6 +128,28 @@ pipeline_tag: text-generation
|
|
| 128 |
|
| 129 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
### Configuration
|
| 132 |
|
| 133 |
The following YAML configuration was used to produce this model:
|
|
|
|
| 128 |
|
| 129 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 130 |
|
| 131 |
+
## Usage
|
| 132 |
+
|
| 133 |
+
Alpaca Instruction Format and [Divine Intellect](https://raw.githubusercontent.com/oobabooga/text-generation-webui/ae8cd449ae3e0236ecb3775892bb1eea23f9ed68/presets/Divine%20Intellect.yaml) preset.
|
| 134 |
+
|
| 135 |
+
```
|
| 136 |
+
You are an intelligent programming assistant.
|
| 137 |
+
|
| 138 |
+
### Instruction:
|
| 139 |
+
Implement a linked list in C++
|
| 140 |
+
|
| 141 |
+
### Response:
|
| 142 |
+
```
|
| 143 |
+
|
| 144 |
+
Preset:
|
| 145 |
+
|
| 146 |
+
```text
|
| 147 |
+
temperature: 1.31
|
| 148 |
+
top_p: 0.14
|
| 149 |
+
repetition_penalty: 1.17
|
| 150 |
+
top_k: 49
|
| 151 |
+
```
|
| 152 |
+
|
| 153 |
### Configuration
|
| 154 |
|
| 155 |
The following YAML configuration was used to produce this model:
|