Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,16 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
10 |
---
|
11 |
-
#
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
|
|
|
|
|
|
16 |
### Merge Method
|
17 |
|
18 |
This model was merged using the Passthrough merge method using [unsloth/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Coder-3B-Instruct) + [bunnycore/Qwen-2.5-3b-R1-lora_model-v.1](https://huggingface.co/bunnycore/Qwen-2.5-3b-R1-lora_model-v.1) as a base.
|
@@ -34,4 +37,4 @@ models:
|
|
34 |
- model: unsloth/Qwen2.5-Coder-3B-Instruct+bunnycore/Qwen-2.5-3b-R1-lora_model-v.1
|
35 |
tokenizer_source: unsloth/Qwen2.5-Coder-3B
|
36 |
|
37 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
license: apache-2.0
|
10 |
---
|
11 |
+
# Merge
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
|
15 |
## Merge Details
|
16 |
+
|
17 |
+
Qwen Coder tied to Reasoning LORA.
|
18 |
+
|
19 |
### Merge Method
|
20 |
|
21 |
This model was merged using the Passthrough merge method using [unsloth/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Coder-3B-Instruct) + [bunnycore/Qwen-2.5-3b-R1-lora_model-v.1](https://huggingface.co/bunnycore/Qwen-2.5-3b-R1-lora_model-v.1) as a base.
|
|
|
37 |
- model: unsloth/Qwen2.5-Coder-3B-Instruct+bunnycore/Qwen-2.5-3b-R1-lora_model-v.1
|
38 |
tokenizer_source: unsloth/Qwen2.5-Coder-3B
|
39 |
|
40 |
+
```
|