Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,19 @@ quantized_by: Suparious
|
|
20 |
- Original model: [LuminariX-8B](https://huggingface.co/bunnycore/LuminariX-8B)
|
21 |
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## How to use
|
25 |
|
|
|
20 |
- Original model: [LuminariX-8B](https://huggingface.co/bunnycore/LuminariX-8B)
|
21 |
|
22 |
|
23 |
+
LuminariX-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
24 |
+
|
25 |
+
## 🧩 Configuration
|
26 |
+
|
27 |
+
```yaml
|
28 |
+
models:
|
29 |
+
- model: Orenguteng/Llama-3-8B-Lexi-Uncensored
|
30 |
+
- model: Weyaxi/Einstein-v6.1-Llama3-8B
|
31 |
+
- model: cognitivecomputations/dolphin-2.9-llama3-8b-256k
|
32 |
+
merge_method: model_stock
|
33 |
+
base_model: cognitivecomputations/dolphin-2.9-llama3-8b-256k
|
34 |
+
dtype: bfloat16
|
35 |
+
```
|
36 |
|
37 |
## How to use
|
38 |
|