Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,49 +1,63 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- Qwen/Qwen2.5-3B-Instruct
|
4 |
-
- bunnycore/Qwen-2.5-3b-Rp-lora_model
|
5 |
-
tags:
|
6 |
-
- mergekit
|
7 |
-
- merge
|
8 |
-
license: other
|
9 |
-
license_name: qwen-research
|
10 |
-
inference: true
|
11 |
-
widget:
|
12 |
-
- messages:
|
13 |
-
- role: user
|
14 |
-
content: こんにちは!
|
15 |
-
- messages:
|
16 |
-
- role: user
|
17 |
-
content: ドラゴンフルーツは何科ですか?
|
18 |
-
- messages:
|
19 |
-
- role: user
|
20 |
-
content: hello!
|
21 |
-
library_name: transformers
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
```
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-3B-Instruct
|
4 |
+
- bunnycore/Qwen-2.5-3b-Rp-lora_model
|
5 |
+
tags:
|
6 |
+
- mergekit
|
7 |
+
- merge
|
8 |
+
license: other
|
9 |
+
license_name: qwen-research
|
10 |
+
inference: true
|
11 |
+
widget:
|
12 |
+
- messages:
|
13 |
+
- role: user
|
14 |
+
content: こんにちは!
|
15 |
+
- messages:
|
16 |
+
- role: user
|
17 |
+
content: ドラゴンフルーツは何科ですか?
|
18 |
+
- messages:
|
19 |
+
- role: user
|
20 |
+
content: hello!
|
21 |
+
library_name: transformers
|
22 |
+
language:
|
23 |
+
- zho
|
24 |
+
- eng
|
25 |
+
- fra
|
26 |
+
- spa
|
27 |
+
- por
|
28 |
+
- deu
|
29 |
+
- ita
|
30 |
+
- rus
|
31 |
+
- jpn
|
32 |
+
- kor
|
33 |
+
- vie
|
34 |
+
- tha
|
35 |
+
- ara
|
36 |
+
---
|
37 |
+
Built With Qwen
|
38 |
+
# merge
|
39 |
+
|
40 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
41 |
+
|
42 |
+
## Merge Details
|
43 |
+
### Merge Method
|
44 |
+
|
45 |
+
This model was merged using the passthrough merge method using [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) + [bunnycore/Qwen-2.5-3b-Rp-lora_model](https://huggingface.co/bunnycore/Qwen-2.5-3b-Rp-lora_model) as a base.
|
46 |
+
|
47 |
+
### Models Merged
|
48 |
+
|
49 |
+
The following models were included in the merge:
|
50 |
+
|
51 |
+
|
52 |
+
### Configuration
|
53 |
+
|
54 |
+
The following YAML configuration was used to produce this model:
|
55 |
+
|
56 |
+
```yaml
|
57 |
+
|
58 |
+
base_model: Qwen/Qwen2.5-3B-Instruct+bunnycore/Qwen-2.5-3b-Rp-lora_model
|
59 |
+
dtype: float16
|
60 |
+
merge_method: passthrough
|
61 |
+
models:
|
62 |
+
- model: Qwen/Qwen2.5-3B-Instruct+bunnycore/Qwen-2.5-3b-Rp-lora_model
|
63 |
```
|