File size: 492 Bytes
2fb784d fea1797 2fb784d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
---
# FunLLama3-8B
GGUF: https://huggingface.co/mradermacher/FunLLama3-8B-i1-GGUF
FunLLama3-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
## 🧩 Configuration
```yaml
models:
- model: bunnycore/LLama3-Mix-8B
- model: Sao10K/L3-8B-Stheno-v3.2
- model: Orenguteng/Llama-3-8B-Lexi-Uncensored
merge_method: model_stock
base_model: bunnycore/LLama3-Mix-8B
dtype: bfloat16
``` |