yamatazen commited on
Commit
277aad3
·
verified ·
1 Parent(s): 569dcc2

Update README.md

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