File size: 1,070 Bytes
d985355 ec65a47 d985355 3d8bf6b d985355 |
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 27 28 29 30 31 |
---
license: llama3
tags:
- merge
- mergekit
- lazymergekit
---
# L3-NotCrazy-8B
L3-NotCrazy-8B is a language model designed to combine the strengths of three existing models: a better reasoning model, a roleplay creative model, and a super precise instruction following model. This combination aims to provide a more versatile and capable language model for various tasks, including:
* Complex reasoning and problem-solving: Leveraging the better reasoning model's capabilities.
* Creative and engaging role-playing: Utilizing the roleplay creative model's strengths.
* Precise and accurate instruction following: Benefiting from the super precise instruction following model's abilities.
L3-NotCrazy-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
## 🧩 Configuration
```yaml
models:
- model: Casual-Autopsy/L3-Umbral-Mind-RP-v2.0-8B
- model: turboderp/llama3-turbcat-instruct-8b
- model: refuelai/Llama-3-Refueled
merge_method: model_stock
base_model: turboderp/llama3-turbcat-instruct-8b
dtype: bfloat16
``` |