yamatazen commited on
Commit
76a5c42
·
verified ·
1 Parent(s): efd909e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -40
README.md CHANGED
@@ -1,40 +1,41 @@
1
- ---
2
- base_model:
3
- - yamatazen/LoyalMaid-12B
4
- - ReadyArt/Forgotten-Safeword-12B-v4.0
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # ForgottenMaid-12B
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 [Arcee Fusion](https://arcee.ai) merge method using [yamatazen/LoyalMaid-12B](https://huggingface.co/yamatazen/LoyalMaid-12B) as a base.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [ReadyArt/Forgotten-Safeword-12B-v4.0](https://huggingface.co/ReadyArt/Forgotten-Safeword-12B-v4.0)
24
-
25
- ### Configuration
26
-
27
- The following YAML configuration was used to produce this model:
28
-
29
- ```yaml
30
- base_model: yamatazen/LoyalMaid-12B
31
- models:
32
- - model: ReadyArt/Forgotten-Safeword-12B-v4.0
33
- merge_method: arcee_fusion
34
- dtype: bfloat16
35
- out_dtype: bfloat16
36
- parameters:
37
- normalize: true
38
- tokenizer:
39
- source: union
40
- ```
 
 
1
+ ---
2
+ base_model:
3
+ - yamatazen/LoyalMaid-12B
4
+ - ReadyArt/Forgotten-Safeword-12B-v4.0
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+
10
+ ---
11
+ ![image/png](https://huggingface.co/yamatazen/ForgottenMaid-12B/resolve/main/ForgottenMaid-12B.png?download=true)
12
+ # ForgottenMaid-12B
13
+
14
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
+
16
+ ## Merge Details
17
+ ### Merge Method
18
+
19
+ This model was merged using the [Arcee Fusion](https://arcee.ai) merge method using [yamatazen/LoyalMaid-12B](https://huggingface.co/yamatazen/LoyalMaid-12B) as a base.
20
+
21
+ ### Models Merged
22
+
23
+ The following models were included in the merge:
24
+ * [ReadyArt/Forgotten-Safeword-12B-v4.0](https://huggingface.co/ReadyArt/Forgotten-Safeword-12B-v4.0)
25
+
26
+ ### Configuration
27
+
28
+ The following YAML configuration was used to produce this model:
29
+
30
+ ```yaml
31
+ base_model: yamatazen/LoyalMaid-12B
32
+ models:
33
+ - model: ReadyArt/Forgotten-Safeword-12B-v4.0
34
+ merge_method: arcee_fusion
35
+ dtype: bfloat16
36
+ out_dtype: bfloat16
37
+ parameters:
38
+ normalize: true
39
+ tokenizer:
40
+ source: union
41
+ ```