lbourdois commited on
Commit
c06f828
·
verified ·
1 Parent(s): e1452e7

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +88 -77
README.md CHANGED
@@ -1,78 +1,89 @@
1
- ---
2
- license: other
3
- license_name: qwen-research
4
- license_link: https://huggingface.co/trollek/Qwen2.5-3B-Renoia/blob/main/LICENSE
5
- datasets:
6
- - trollek/Danoia-v03
7
- - trollek/Danoia-v02
8
- - trollek/ProbingPanoia-v01
9
- - WhiteRabbitNeo/WRN-Chapter-1
10
- - WhiteRabbitNeo/WRN-Chapter-2
11
- - migtissera/Trinity-2-v0.2-10K
12
- - trollek/Panoia-v02
13
- language:
14
- - da
15
- - en
16
- base_model:
17
- - Qwen/Qwen2.5-3B
18
- - cognitivecomputations/Dolphin3.0-Qwen2.5-3b
19
- - driaforall/Dria-Agent-a-3B
20
- - bunnycore/Qwen-2.5-3b-RP
21
- library_name: transformers
22
- tags:
23
- - merge
24
- - mergekit
25
- ---
26
- # Qwen2.5-3B-Renoia
27
-
28
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit) because I like to give my assistants personality and some danish skills.
29
-
30
- I quite like this one, and I hope you will enjoy it as well.
31
-
32
- ## Datasets
33
-
34
- - [trollek/Danoia-v03](https://huggingface.co/datasets/trollek/Danoia-v03) (CC BY 4.0)
35
- - [trollek/Danoia-v02](https://huggingface.co/datasets/trollek/Danoia-v02) (CC BY 4.0)
36
- - [trollek/Panoia-v02](https://huggingface.co/datasets/trollek/Panoia-v02)
37
- - [trollek/ProbingPanoia-v01](https://huggingface.co/datasets/trollek/ProbingPanoia-v01)
38
- - [WhiteRabbitNeo/WRN-Chapter-1](https://huggingface.co/datasets/WhiteRabbitNeo/WRN-Chapter-1) + [WhiteRabbitNeo/WRN-Chapter-2](https://huggingface.co/datasets/WhiteRabbitNeo/WRN-Chapter-2)
39
- - [migtissera/Trinity-2-v0.2-10K](https://huggingface.co/datasets/migtissera/Trinity-2-v0.2-10K)
40
-
41
-
42
- ## Merge Details
43
- ### Merge Method
44
-
45
- This model was merged using the della_linear merge method using [Qwen/Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B) as a base.
46
-
47
- The 3 models finetuned by me will not be released. They are trained on my own datasets to teach them danish. This method finetuning different models and merging them seems to work better for that purpose. To me at least.
48
-
49
- ### Models Merged
50
-
51
- The following models were included in the merge:
52
- * qwen25/merges/qwen25-3b-panoia
53
- * qwen25/merges/qwen25-3b-instruct-danoia
54
- * [cognitivecomputations/Dolphin3.0-Qwen2.5-3b](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-3b)
55
- * [driaforall/Dria-Agent-a-3B](https://huggingface.co/driaforall/Dria-Agent-a-3B)
56
- * [bunnycore/Qwen-2.5-3b-RP](https://huggingface.co/bunnycore/Qwen-2.5-3b-RP)
57
- * qwen25/merges/qwen25-3b-delfin
58
-
59
-
60
- ### Qwen Research + WhiteRabbitNeo Extended Version
61
-
62
- ### Licence: Usage Restrictions
63
-
64
- ```
65
- You agree not to use the Model or Derivatives of the Model:
66
-
67
- - In any way that violates any applicable national or international law or regulation or infringes upon the lawful rights and interests of any third party;
68
- - For military use in any way;
69
- - For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
70
- - To generate or disseminate verifiably false information and/or content with the purpose of harming others;
71
- - To generate or disseminate inappropriate content subject to applicable regulatory requirements;
72
- - To generate or disseminate personal identifiable information without due authorization or for unreasonable use;
73
- - To defame, disparage or otherwise harass others;
74
- - For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
75
- - For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics;
76
- - To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
77
- - For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories.
 
 
 
 
 
 
 
 
 
 
 
78
  ```
 
1
+ ---
2
+ license: other
3
+ license_name: qwen-research
4
+ license_link: https://huggingface.co/trollek/Qwen2.5-3B-Renoia/blob/main/LICENSE
5
+ datasets:
6
+ - trollek/Danoia-v03
7
+ - trollek/Danoia-v02
8
+ - trollek/ProbingPanoia-v01
9
+ - WhiteRabbitNeo/WRN-Chapter-1
10
+ - WhiteRabbitNeo/WRN-Chapter-2
11
+ - migtissera/Trinity-2-v0.2-10K
12
+ - trollek/Panoia-v02
13
+ language:
14
+ - zho
15
+ - eng
16
+ - fra
17
+ - spa
18
+ - por
19
+ - deu
20
+ - ita
21
+ - rus
22
+ - jpn
23
+ - kor
24
+ - vie
25
+ - tha
26
+ - ara
27
+ base_model:
28
+ - Qwen/Qwen2.5-3B
29
+ - cognitivecomputations/Dolphin3.0-Qwen2.5-3b
30
+ - driaforall/Dria-Agent-a-3B
31
+ - bunnycore/Qwen-2.5-3b-RP
32
+ library_name: transformers
33
+ tags:
34
+ - merge
35
+ - mergekit
36
+ ---
37
+ # Qwen2.5-3B-Renoia
38
+
39
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit) because I like to give my assistants personality and some danish skills.
40
+
41
+ I quite like this one, and I hope you will enjoy it as well.
42
+
43
+ ## Datasets
44
+
45
+ - [trollek/Danoia-v03](https://huggingface.co/datasets/trollek/Danoia-v03) (CC BY 4.0)
46
+ - [trollek/Danoia-v02](https://huggingface.co/datasets/trollek/Danoia-v02) (CC BY 4.0)
47
+ - [trollek/Panoia-v02](https://huggingface.co/datasets/trollek/Panoia-v02)
48
+ - [trollek/ProbingPanoia-v01](https://huggingface.co/datasets/trollek/ProbingPanoia-v01)
49
+ - [WhiteRabbitNeo/WRN-Chapter-1](https://huggingface.co/datasets/WhiteRabbitNeo/WRN-Chapter-1) + [WhiteRabbitNeo/WRN-Chapter-2](https://huggingface.co/datasets/WhiteRabbitNeo/WRN-Chapter-2)
50
+ - [migtissera/Trinity-2-v0.2-10K](https://huggingface.co/datasets/migtissera/Trinity-2-v0.2-10K)
51
+
52
+
53
+ ## Merge Details
54
+ ### Merge Method
55
+
56
+ This model was merged using the della_linear merge method using [Qwen/Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B) as a base.
57
+
58
+ The 3 models finetuned by me will not be released. They are trained on my own datasets to teach them danish. This method finetuning different models and merging them seems to work better for that purpose. To me at least.
59
+
60
+ ### Models Merged
61
+
62
+ The following models were included in the merge:
63
+ * qwen25/merges/qwen25-3b-panoia
64
+ * qwen25/merges/qwen25-3b-instruct-danoia
65
+ * [cognitivecomputations/Dolphin3.0-Qwen2.5-3b](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-3b)
66
+ * [driaforall/Dria-Agent-a-3B](https://huggingface.co/driaforall/Dria-Agent-a-3B)
67
+ * [bunnycore/Qwen-2.5-3b-RP](https://huggingface.co/bunnycore/Qwen-2.5-3b-RP)
68
+ * qwen25/merges/qwen25-3b-delfin
69
+
70
+
71
+ ### Qwen Research + WhiteRabbitNeo Extended Version
72
+
73
+ ### Licence: Usage Restrictions
74
+
75
+ ```
76
+ You agree not to use the Model or Derivatives of the Model:
77
+
78
+ - In any way that violates any applicable national or international law or regulation or infringes upon the lawful rights and interests of any third party;
79
+ - For military use in any way;
80
+ - For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
81
+ - To generate or disseminate verifiably false information and/or content with the purpose of harming others;
82
+ - To generate or disseminate inappropriate content subject to applicable regulatory requirements;
83
+ - To generate or disseminate personal identifiable information without due authorization or for unreasonable use;
84
+ - To defame, disparage or otherwise harass others;
85
+ - For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
86
+ - For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics;
87
+ - To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
88
+ - For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories.
89
  ```