Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: other
|
|
3 |
language:
|
4 |
- en
|
5 |
---
|
|
|
|
|
6 |
An experiment with gradient merges using [the following script](https://github.com/TehVenomm/LM_Transformers_BlockMerge), with [Chronos](https://huggingface.co/elinas/chronos-13b) as its primary model, augmented by [Hermes](https://huggingface.co/NousResearch/Nous-Hermes-13b) and [Wizard-Vicuna Uncensored](https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-HF).
|
7 |
|
8 |
Quantized models are available from TheBloke: [GGML](https://huggingface.co/TheBloke/MythoLogic-13B-GGML) - [GPTQ](https://huggingface.co/TheBloke/MythoLogic-13B-GPTQ) (You're the best!)
|
@@ -21,25 +23,13 @@ Below is an illustration to showcase a rough approximation of the gradients I us
|
|
21 |
|
22 |
This model primarily uses Alpaca formatting, so for optimal model performance, use:
|
23 |
```
|
24 |
-
|
25 |
-
Your instruction or question here.
|
26 |
-
### Response:
|
27 |
-
```
|
28 |
-
|
29 |
-
For chat/roleplay conversations, I suggest the following structure instead:
|
30 |
-
```
|
31 |
-
You are <AI NAME>, a friendly and supportive AI language model. We discuss all subjects freely and without bias or restrictions.
|
32 |
-
I am <YOUR NAME>, the user interacting with you through a chat conversation. Start with greeting me.
|
33 |
|
34 |
### Instruction:
|
35 |
-
|
36 |
-
|
37 |
-
### Chat History:
|
38 |
-
<AI NAME>: Good day, <YOUR NAME>! How can I assist you today?
|
39 |
-
(Etc, etc)
|
40 |
|
41 |
### Response:
|
42 |
-
<AI NAME>:
|
43 |
```
|
44 |
|
45 |
---
|
|
|
3 |
language:
|
4 |
- en
|
5 |
---
|
6 |
+
**UPDATE:** There's a Llama 2 sequel now! [Check it out here!](https://huggingface.co/Gryphe/MythoLogic-L2-13b)
|
7 |
+
|
8 |
An experiment with gradient merges using [the following script](https://github.com/TehVenomm/LM_Transformers_BlockMerge), with [Chronos](https://huggingface.co/elinas/chronos-13b) as its primary model, augmented by [Hermes](https://huggingface.co/NousResearch/Nous-Hermes-13b) and [Wizard-Vicuna Uncensored](https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-HF).
|
9 |
|
10 |
Quantized models are available from TheBloke: [GGML](https://huggingface.co/TheBloke/MythoLogic-13B-GGML) - [GPTQ](https://huggingface.co/TheBloke/MythoLogic-13B-GPTQ) (You're the best!)
|
|
|
23 |
|
24 |
This model primarily uses Alpaca formatting, so for optimal model performance, use:
|
25 |
```
|
26 |
+
<System prompt/Character Card>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
### Instruction:
|
29 |
+
Your instruction or question here.
|
30 |
+
For roleplay purposes, I suggest the following - Write <CHAR NAME>'s next reply in a chat between <YOUR NAME> and <CHAR NAME>. Write a single reply only.
|
|
|
|
|
|
|
31 |
|
32 |
### Response:
|
|
|
33 |
```
|
34 |
|
35 |
---
|