Update README.md
Browse files
README.md
CHANGED
@@ -29,53 +29,3 @@ The following models were included in the merge:
|
|
29 |
* [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct)
|
30 |
* [Locutusque/llama-3-neural-chat-v2.2-8B](https://huggingface.co/Locutusque/llama-3-neural-chat-v2.2-8B)
|
31 |
|
32 |
-
### Configuration
|
33 |
-
|
34 |
-
The following YAML configuration was used to produce this model:
|
35 |
-
|
36 |
-
```yaml
|
37 |
-
models:
|
38 |
-
- model: NousResearch/Meta-Llama-3-8B
|
39 |
-
# Base model providing a general foundation without specific parameters
|
40 |
-
- model: NousResearch/Meta-Llama-3-8B-Instruct
|
41 |
-
parameters:
|
42 |
-
density: 0.65
|
43 |
-
weight: 0.4
|
44 |
-
|
45 |
-
- model: asiansoul/Solo-Llama-3-MAAL-MLP-KoEn-8B
|
46 |
-
parameters:
|
47 |
-
density: 0.6
|
48 |
-
weight: 0.3
|
49 |
-
|
50 |
-
- model: maum-ai/Llama-3-MAAL-8B-Instruct-v0.1
|
51 |
-
parameters:
|
52 |
-
density: 0.55
|
53 |
-
weight: 0.1
|
54 |
-
|
55 |
-
- model: beomi/Llama-3-Open-Ko-8B
|
56 |
-
parameters:
|
57 |
-
density: 0.55
|
58 |
-
weight: 0.1
|
59 |
-
|
60 |
-
- model: MLP-KTLim/llama-3-Korean-Bllossom-8B
|
61 |
-
parameters:
|
62 |
-
density: 0.55
|
63 |
-
weight: 0.1
|
64 |
-
|
65 |
-
- model: aaditya/Llama3-OpenBioLLM-8B
|
66 |
-
parameters:
|
67 |
-
density: 0.55
|
68 |
-
weight: 0.05
|
69 |
-
|
70 |
-
- model: Locutusque/llama-3-neural-chat-v2.2-8B
|
71 |
-
parameters:
|
72 |
-
density: 0.55
|
73 |
-
weight: 0.05
|
74 |
-
|
75 |
-
merge_method: dare_ties
|
76 |
-
base_model: NousResearch/Meta-Llama-3-8B
|
77 |
-
parameters:
|
78 |
-
int8_mask: true
|
79 |
-
dtype: bfloat16
|
80 |
-
|
81 |
-
```
|
|
|
29 |
* [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct)
|
30 |
* [Locutusque/llama-3-neural-chat-v2.2-8B](https://huggingface.co/Locutusque/llama-3-neural-chat-v2.2-8B)
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|