Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,18 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
|
|
|
|
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 |
### Merge Method
|
17 |
|
18 |
This model was merged using the passthrough merge method using [HumanLLMs/Human-Like-Qwen2.5-7B-Instruct](https://huggingface.co/HumanLLMs/Human-Like-Qwen2.5-7B-Instruct) + [bunnycore/Qwen-2.5-7b-rp-lora](https://huggingface.co/bunnycore/Qwen-2.5-7b-rp-lora) as a base.
|
@@ -33,4 +38,4 @@ merge_method: passthrough
|
|
33 |
models:
|
34 |
- model: HumanLLMs/Human-Like-Qwen2.5-7B-Instruct+bunnycore/Qwen-2.5-7b-rp-lora
|
35 |
|
36 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
license: apache-2.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
# merge
|
14 |
|
15 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
16 |
|
17 |
## Merge Details
|
18 |
+
|
19 |
+
Quant: https://huggingface.co/Triangle104/Q2.5-Humane-RP-Q4_K_M-GGUF
|
20 |
+
|
21 |
### Merge Method
|
22 |
|
23 |
This model was merged using the passthrough merge method using [HumanLLMs/Human-Like-Qwen2.5-7B-Instruct](https://huggingface.co/HumanLLMs/Human-Like-Qwen2.5-7B-Instruct) + [bunnycore/Qwen-2.5-7b-rp-lora](https://huggingface.co/bunnycore/Qwen-2.5-7b-rp-lora) as a base.
|
|
|
38 |
models:
|
39 |
- model: HumanLLMs/Human-Like-Qwen2.5-7B-Instruct+bunnycore/Qwen-2.5-7b-rp-lora
|
40 |
|
41 |
+
```
|