trollek commited on
Commit
0c76ca1
·
verified ·
1 Parent(s): 1198f73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -5
README.md CHANGED
@@ -1,5 +1,61 @@
1
- ---
2
- license: other
3
- license_name: qwen-research
4
- license_link: https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: qwen-research
4
+ license_link: https://huggingface.co/Qwen/Qwen2.5-3B/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
+ ---
23
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
24
+
25
+ ## Merge Details
26
+ ### Merge Method
27
+
28
+ 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.
29
+
30
+ The 3 models finetuned by me will not be released. They are trained on my own datasets ([Danoia-v02] and [Danoia-v03] (CC BY 4.0)) to teach them danish. This method seems better than just training a LoRA. To me at least.
31
+
32
+ ### Models Merged
33
+
34
+ The following models were included in the merge:
35
+ * qwen25/merges/qwen25-3b-panoia
36
+ * qwen25/merges/qwen25-3b-instruct-danoia
37
+ * [cognitivecomputations/Dolphin3.0-Qwen2.5-3b](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-3b)
38
+ * [driaforall/Dria-Agent-a-3B](https://huggingface.co/driaforall/Dria-Agent-a-3B)
39
+ * [bunnycore/Qwen-2.5-3b-RP](https://huggingface.co/bunnycore/Qwen-2.5-3b-RP)
40
+ * qwen25/merges/qwen25-3b-delfin
41
+
42
+
43
+ ### Qwen Research + WhiteRabbitNeo Extended Version
44
+
45
+ ### Licence: Usage Restrictions
46
+
47
+ ```
48
+ You agree not to use the Model or Derivatives of the Model:
49
+
50
+ - 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;
51
+ - For military use in any way;
52
+ - For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
53
+ - To generate or disseminate verifiably false information and/or content with the purpose of harming others;
54
+ - To generate or disseminate inappropriate content subject to applicable regulatory requirements;
55
+ - To generate or disseminate personal identifiable information without due authorization or for unreasonable use;
56
+ - To defame, disparage or otherwise harass others;
57
+ - For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
58
+ - 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;
59
+ - 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;
60
+ - For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories.
61
+ ```