Update README.md
Browse files
README.md
CHANGED
@@ -9,25 +9,21 @@ Other quantized models are available from TheBloke: [GGML](https://huggingface.c
|
|
9 |
|
10 |
## Model details
|
11 |
|
12 |
-
| **Branch** | **Bits** | **Perplexity** |
|
13 |
-
|
14 |
-
| [main](https://huggingface.co/R136a1/MythoMax-L2-13B-exl2/tree/main) | 5 |
|
15 |
-
|
|
16 |
-
|
|
17 |
-
|
|
18 |
-
| | 8 | 6.1027 | Just, why? |
|
19 |
|
20 |
-
|
21 |
|
22 |
## Prompt Format
|
23 |
|
24 |
-
|
25 |
```
|
26 |
-
<System prompt/Character Card>
|
27 |
-
|
28 |
### Instruction:
|
29 |
-
|
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 |
```
|
|
|
9 |
|
10 |
## Model details
|
11 |
|
12 |
+
| **Branch** | **Bits** | **Perplexity** |
|
13 |
+
|----------------------------------------------------------------------|----------|----------------|
|
14 |
+
| [main](https://huggingface.co/R136a1/MythoMax-L2-13B-exl2/tree/main) | 5 | 6.1018 |
|
15 |
+
| [6bit](https://huggingface.co/R136a1/MythoMax-L2-13B-exl2/tree/6bit) | 6 | 6.1182 |
|
16 |
+
| - | 7 | 6.1056 |
|
17 |
+
| - | 8 | 6.1027 |
|
|
|
18 |
|
19 |
+
I'll upload the 7 and 8 bits quant if someone request it.
|
20 |
|
21 |
## Prompt Format
|
22 |
|
23 |
+
Alpaca format:
|
24 |
```
|
|
|
|
|
25 |
### Instruction:
|
26 |
+
|
|
|
27 |
|
28 |
### Response:
|
29 |
```
|