Reiterate3680
commited on
Commit
•
d847d74
1
Parent(s):
61becc1
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: starble-dev/Hollow-Tail-V1-12B
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
quantized_by: Reiterate3680
|
8 |
+
---
|
9 |
+
Really nice performing merge for me. Try the template from the merge creator or the following:
|
10 |
+
```
|
11 |
+
<[start_system]>
|
12 |
+
System<[END]>
|
13 |
+
<[start_user]>
|
14 |
+
User<[END]>
|
15 |
+
<[start_assistant]>
|
16 |
+
Model response<[END]>
|
17 |
+
```
|
18 |
+
|
19 |
+
L quants (or more), for fun/testing, probably prefer bartowski or mradermacher's quants if available
|
20 |
+
|
21 |
+
Original Model: https://huggingface.co/starble-dev/Hollow-Tail-V1-12B
|
22 |
+
|
23 |
+
Made with a modified version of https://huggingface.co/FantasiaFoundry/GGUF-Quantization-Script
|
24 |
+
|
25 |
+
Q2_K_L, Q4_K_L, Q5_K_L, Q6_K_L, are using Q_8 output tensors and token embeddings. imatrix is done using bartowski's imatrix dataset
|