Update README.md
Browse files
README.md
CHANGED
@@ -7,13 +7,18 @@ library_name: transformers
|
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
10 |
-
|
11 |
---
|
12 |
# merge
|
13 |
|
14 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
15 |
|
16 |
## Merge Details
|
|
|
|
|
|
|
|
|
|
|
17 |
### Merge Method
|
18 |
|
19 |
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [codelion/Llama-3.3-70B-o1](https://huggingface.co/codelion/Llama-3.3-70B-o1) as a base.
|
@@ -39,4 +44,4 @@ parameters:
|
|
39 |
normalize: true
|
40 |
dtype: bfloat16
|
41 |
|
42 |
-
```
|
|
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
10 |
+
license: llama3.3
|
11 |
---
|
12 |
# merge
|
13 |
|
14 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
15 |
|
16 |
## Merge Details
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
RP with some o1 inspiration.
|
21 |
+
|
22 |
### Merge Method
|
23 |
|
24 |
This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [codelion/Llama-3.3-70B-o1](https://huggingface.co/codelion/Llama-3.3-70B-o1) as a base.
|
|
|
44 |
normalize: true
|
45 |
dtype: bfloat16
|
46 |
|
47 |
+
```
|