cgus commited on
Commit
f892da9
·
verified ·
1 Parent(s): 885356a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - FourOhFour/Vapor_v2_7B
4
+ - bunnycore/Qwen-2.5-7b-TitanFusion-v5-Exp
5
+ - Qwen/Qwen2.5-7B
6
+ - bunnycore/Qwen2.5-7B-HyperMix
7
+ - WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B
8
+ library_name: transformers
9
+ tags:
10
+ - mergekit
11
+ - merge
12
+ license: apache-2.0
13
+ language:
14
+ - en
15
+ ---
16
+ # Qwen2.5-7B-CySecButler-v0.1
17
+
18
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit) with the purpose of making coding and cyber security tasks a bit more fun.
19
+
20
+
21
+ # Apache-2.0 + WhiteRabbitNeo Extended Version
22
+
23
+ # WhiteRabbitNeo Extension to Apache-2.0 Licence: Usage Restrictions
24
+
25
+ ```
26
+ You agree not to use the Model or Derivatives of the Model:
27
+
28
+ - 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;
29
+ - For military use in any way;
30
+ - For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
31
+ - To generate or disseminate verifiably false information and/or content with the purpose of harming others;
32
+ - To generate or disseminate inappropriate content subject to applicable regulatory requirements;
33
+ - To generate or disseminate personal identifiable information without due authorization or for unreasonable use;
34
+ - To defame, disparage or otherwise harass others;
35
+ - For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
36
+ - 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;
37
+ - 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;
38
+ - For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories.
39
+ ```
40
+
41
+ ## Merge Details
42
+ ### Merge Method
43
+
44
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) as a base.
45
+
46
+ ### Models Merged
47
+
48
+ The following models were included in the merge:
49
+ * [FourOhFour/Vapor_v2_7B](https://huggingface.co/FourOhFour/Vapor_v2_7B)
50
+ * [bunnycore/Qwen-2.5-7b-TitanFusion-v5-Exp](https://huggingface.co/bunnycore/Qwen-2.5-7b-TitanFusion-v5-Exp)
51
+ * [bunnycore/Qwen2.5-7B-HyperMix](https://huggingface.co/bunnycore/Qwen2.5-7B-HyperMix)
52
+ * [WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B](https://huggingface.co/WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B)
53
+
54
+ ### Configuration
55
+
56
+ The following YAML configuration was used to produce this model:
57
+
58
+ ```yaml
59
+ models:
60
+ - model: FourOhFour/Vapor_v2_7B
61
+ - model: bunnycore/Qwen2.5-7B-HyperMix
62
+ - model: WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B
63
+ - model: bunnycore/Qwen-2.5-7b-TitanFusion-v5-Exp
64
+ merge_method: model_stock
65
+ base_model: Qwen/Qwen2.5-7B
66
+ dtype: bfloat16
67
+
68
+ ```