aashish1904
commited on
Commit
•
111ff7f
1
Parent(s):
05998d2
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
base_model: []
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
|
10 |
+
|
11 |
+
---
|
12 |
+
|
13 |
+
[![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
|
14 |
+
|
15 |
+
|
16 |
+
# QuantFactory/NIHAPPY-L3.1-8B-v0.09-GGUF
|
17 |
+
This is quantized version of [Arkana08/NIHAPPY-L3.1-8B-v0.09](https://huggingface.co/Arkana08/NIHAPPY-L3.1-8B-v0.09) created using llama.cpp
|
18 |
+
|
19 |
+
# Original Model Card
|
20 |
+
|
21 |
+
### (GGUF) Thanks mradermacher
|
22 |
+
|
23 |
+
- **GGUF:** **[mradermacher/NIHAPPY-L3.1-8B-v0.09-GGUF](https://huggingface.co/mradermacher/NIHAPPY-L3.1-8B-v0.09-GGUF)**
|
24 |
+
- **imatrix GGUF:** **[mradermacher/NIHAPPY-L3.1-8B-v0.09-i1-GGUF](https://huggingface.co/mradermacher/NIHAPPY-L3.1-8B-v0.09-i1-GGUF)**
|
25 |
+
|
26 |
+
**NIHAPPY** a role-playing model that seamlessly integrates the finest qualities of various pre-trained language models. Crafted with a focus on dynamic storytelling, NIHAPPY thrives in creative and immersive roleplaying environments. It masterfully balances intricate reasoning with a smooth and consistent narrative flow, ensuring an engaging and coherent experience.
|
27 |
+
|
28 |
+
## Merge Details
|
29 |
+
|
30 |
+
### Merge Method
|
31 |
+
This model was created using the **DARE TIES** merge method, with **[v000000/L3.1-Niitorm-8B-DPO-t0.0001](https://huggingface.co/v000000/L3.1-Niitorm-8B-DPO-t0.0001)** serving as the base model. This approach ensures a fine-tuned balance between creativity, reasoning, and rule-following, ideal for intricate role-playing situations.
|
32 |
+
|
33 |
+
### Models Merged
|
34 |
+
The following models were included in the merge:
|
35 |
+
|
36 |
+
- **[Nitral-AI/Hathor_Tahsin-L3-8B-v0.85](https://huggingface.co/Nitral-AI/Hathor_Tahsin-L3-8B-v0.85)**: Contributes to rule-following, consistency, and character accuracy.
|
37 |
+
- **[v000000/L3.1-Niitorm-8B-DPO-t0.0001](https://huggingface.co/v000000/L3.1-Niitorm-8B-DPO-t0.0001)**: A strong foundation for reasoning and logical responses.
|
38 |
+
- **[v000000/L3-8B-Poppy-Moonfall-C](https://huggingface.co/v000000/L3-8B-Poppy-Moonfall-C)**: Focuses on storytelling, imagination, and creative expression.
|
39 |
+
|
40 |
+
## Configuration
|
41 |
+
|
42 |
+
The following YAML configuration was used to produce NIHAPPY:
|
43 |
+
|
44 |
+
```yaml
|
45 |
+
models:
|
46 |
+
- model: v000000/L3.1-Niitorm-8B-DPO-t0.0001
|
47 |
+
parameters:
|
48 |
+
weight: 0.35
|
49 |
+
density: 0.65
|
50 |
+
- model: v000000/L3-8B-Poppy-Moonfall-C
|
51 |
+
parameters:
|
52 |
+
weight: 0.45
|
53 |
+
density: 0.65
|
54 |
+
- model: Nitral-AI/Hathor_Tahsin-L3-8B-v0.85
|
55 |
+
parameters:
|
56 |
+
weight: 0.20
|
57 |
+
density: 0.68
|
58 |
+
merge_method: dare_ties
|
59 |
+
base_model: v000000/L3.1-Niitorm-8B-DPO-t0.0001
|
60 |
+
parameters:
|
61 |
+
int8_mask: true
|
62 |
+
dtype: bfloat16
|
63 |
+
```
|
64 |
+
|
65 |
+
## Credits
|
66 |
+
Thanks to the creators of the models:
|
67 |
+
|
68 |
+
- **[Nitral-AI/Hathor_Tahsin-L3-8B-v0.85](https://huggingface.co/Nitral-AI/Hathor_Tahsin-L3-8B-v0.85)**
|
69 |
+
- **[v000000/L3.1-Niitorm-8B-DPO-t0.0001](https://huggingface.co/v000000/L3.1-Niitorm-8B-DPO-t0.0001)**
|
70 |
+
- **[v000000/L3-8B-Poppy-Moonfall-C](https://huggingface.co/v000000/L3-8B-Poppy-Moonfall-C)**
|