File size: 559 Bytes
9f6df6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
---

# HyperLLama3.1-Mix-8B

HyperLLama3.1-Mix-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):

## 🧩 Configuration

```yaml
models:
  - model: bunnycore/HyperLlama-3.1-8B
  - model: vicgalle/Configurable-Llama-3.1-8B-Instruct
  - model: xinchen9/Llama3.1_CoT
  - model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
  - model: vicgalle/Humanish-Roleplay-Llama-3.1-8B
merge_method: model_stock
base_model: unsloth/Meta-Llama-3.1-8B
dtype: bfloat16


```