Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,69 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- kyujinpy/KOR-OpenOrca-Platypus-v3
|
5 |
+
language:
|
6 |
+
- ko
|
7 |
+
tags:
|
8 |
+
- mergekit
|
9 |
---
|
10 |
+
# merge
|
11 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
12 |
+
|
13 |
+
## Merge Details
|
14 |
+
### Merge Method
|
15 |
+
|
16 |
+
This model was merged using the SLERP merge method.
|
17 |
+
|
18 |
+
### Models Merged
|
19 |
+
|
20 |
+
The following models were included in the merge:
|
21 |
+
* [hyeogi/SOLAR-10.7B-dpo-v1](https://huggingface.co/hyeogi/SOLAR-10.7B-dpo-v1)
|
22 |
+
* [LDCC/LDCC-SOLAR-10.7B](https://huggingface.co/LDCC/LDCC-SOLAR-10.7B)
|
23 |
+
|
24 |
+
### Configuration
|
25 |
+
|
26 |
+
The following YAML configuration was used to produce this model:
|
27 |
+
|
28 |
+
```yaml
|
29 |
+
|
30 |
+
|
31 |
+
slices:
|
32 |
+
|
33 |
+
- sources:
|
34 |
+
|
35 |
+
- model: LDCC/LDCC-SOLAR-10.7B
|
36 |
+
|
37 |
+
layer_range: [0, 48]
|
38 |
+
|
39 |
+
- model: hyeogi/SOLAR-10.7B-dpo-v1
|
40 |
+
|
41 |
+
layer_range: [0, 48]
|
42 |
+
|
43 |
+
merge_method: slerp
|
44 |
+
tokenizer_source: base
|
45 |
+
base_model: LDCC/LDCC-SOLAR-10.7B
|
46 |
+
|
47 |
+
embed_slerp: true
|
48 |
+
|
49 |
+
parameters:
|
50 |
+
|
51 |
+
t:
|
52 |
+
|
53 |
+
- filter: self_attn
|
54 |
+
|
55 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
56 |
+
|
57 |
+
- filter: mlp
|
58 |
+
|
59 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
60 |
+
|
61 |
+
- value: 0.5
|
62 |
+
|
63 |
+
dtype: bfloat16
|
64 |
+
|
65 |
+
|
66 |
+
```
|
67 |
+
## Datasets
|
68 |
+
|
69 |
+
Finetuned using [kyujinpy/OpenOrca-KO](https://huggingface.co/datasets/kyujinpy/OpenOrca-KO)
|