DoppelReflEx commited on
Commit
38f8fd3
·
verified ·
1 Parent(s): 8b60338

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +137 -24
README.md CHANGED
@@ -6,29 +6,136 @@ library_name: transformers
6
  tags:
7
  - mergekit
8
  - merge
9
-
10
  ---
11
- # merge
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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [Delta-Vector/Rei-24B-KTO](https://huggingface.co/Delta-Vector/Rei-24B-KTO)
24
- * [TheDrummer/Cydonia-24B-v4.1](https://huggingface.co/TheDrummer/Cydonia-24B-v4.1)
25
-
26
- ### Configuration
27
-
28
- The following YAML configuration was used to produce this model:
29
-
30
- ```yaml
31
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  models:
33
  - model: TheDrummer/Cydonia-24B-v4.1
34
  - model: Delta-Vector/Rei-24B-KTO
@@ -38,5 +145,11 @@ The following YAML configuration was used to produce this model:
38
  t: [0.1, 0.2, 0.3, 0.5, 0.8, 0.5, 0.3, 0.2, 0.1]
39
  dtype: bfloat16
40
  tokenizer_source: base
41
-
42
- ```
 
 
 
 
 
 
 
6
  tags:
7
  - mergekit
8
  - merge
 
9
  ---
10
+ <style>
11
+ @import url('https://fonts.googleapis.com/css2?family=Playwrite+CA+Guides&display=swap');
12
+ .playwrite-ca-guides-regular {
13
+ font-family: "Playwrite CA Guides", cursive !important;
14
+ font-weight: 400;
15
+ font-style: normal;
16
+ }
17
+ body {
18
+ margin:0;
19
+ padding:0;
20
+ font-size: 16px;
21
+ }
22
+ .main-container {
23
+ background-color: #ebf3ff;
24
+ border: 1px solid #466db9;
25
+ border-radius: 8px;
26
+ color: #050315;
27
+ margin:16px;
28
+ padding:16px;
29
+ font-size: 16px;
30
+ width: 95%;
31
+ }
32
+ h1, h2, h3 {
33
+ color: #050315;
34
+ margin-top: 16px;
35
+ }
36
+ .soft-blue-custom {
37
+ color: #466db9 !important;
38
+ }
39
+ .alink {
40
+ font-weight:400;
41
+ text-decoration:none;
42
+ }
43
+ .main-banner-image {
44
+ max-width:100%;
45
+ max-height:600px;
46
+ border-radius:8px;
47
+ align-self:center;
48
+ justify-self: center;
49
+ border: 1px solid #466db9;
50
+ margin: 8px 16px
51
+ }
52
+ pre.code-block, pre {
53
+ font-size: clamp(10px, 1.3vw, 14px);
54
+ white-space: pre;
55
+ margin: 1em 0;
56
+ background-color: #1a1a1a;
57
+ padding: 1em;
58
+ border-radius: 4px;
59
+ color: #a9a6de;
60
+ overflow-x: auto;
61
+ }
62
+ p {
63
+ font-weight:500;
64
+ }
65
+ .pb {
66
+ padding-bottom: 8px;
67
+ }
68
+ .mb {
69
+ margin-bottom: 8px;
70
+ }
71
+ .bold {
72
+ font-weight: 600;
73
+ }
74
+ .secondary {
75
+ color: #a9a6de;
76
+ }
77
+ .accent {
78
+ color: #403bb7;
79
+ }
80
+ .tac {
81
+ text-align:center;
82
+ }
83
+ .border-custom-dot {
84
+ border: 1px dashed #466db9;
85
+ border-radius: 16px;
86
+ padding:0 8px;
87
+ }
88
+ .border-custom {
89
+ border: 1px solid #466db9;
90
+ border-radius: 8px;
91
+ padding:0 8px;
92
+ }
93
+ .as {
94
+ padding-left: 16px;
95
+ }
96
+ .as2 {
97
+ padding-left: 24px;
98
+ }
99
+ </style>
100
+ <html lang="en">
101
+ <head>
102
+ <meta charset="UTF-8">
103
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
104
+ <link href="https://fonts.googleapis.com/css2?family=Playwrite+CA+Guides&display=swap" rel="stylesheet">
105
+ </head>
106
+ <body>
107
+ <div class="main-container">
108
+ <div class="playwrite-ca-guides-regular pb tac">
109
+ <h1 class="soft-blue-custom">MiniusLight-24B-v3</h1>
110
+ <h2 class="soft-blue-custom"><a href="https://huggingface.co/DoppelReflEx/MN-12B-Mimicore-Nocturne" class="accent bold">12B</a> - <a href="https://huggingface.co/DoppelReflEx/MiniusLight-24B" class="accent bold">24B-v1</a> - <a href="https://huggingface.co/DoppelReflEx/MiniusLight-24B-v1.01" class="accent bold">24B-v1.01</a> - <a href="https://huggingface.co/DoppelReflEx/MiniusLight-24B-v2" class="accent bold">24B-v2</a> - <a href="https://huggingface.co/DoppelReflEx/MiniusLight-24B-v2.1" class="accent bold">24B-v2.1</a> - 24B-v3</h2>
111
+ <img src="https://cdn.donmai.us/original/19/66/__shorekeeper_wuthering_waves_drawn_by_narase_ffrv5573__196631e35c2167d31cfb9dd5ff224ed4.png" alt="cover image" class="main-banner-image"/>
112
+ <a href="https://www.pixiv.net/en/artworks/122951208" class="alink soft-blue-custom">Origin Content (Click Here)</a>
113
+ </div>
114
+ <div class="info">
115
+ <div class="border-custom-dot mb">
116
+ <h2 class="soft-blue-custom">What is this?</h2>
117
+ <div class="as">
118
+ <p>
119
+ Maybe this is last 24B Mistral model of this series. I'm tired (laugh).
120
+ </p>
121
+ <p>Thanks for two base models, this model archive very good styles and consistency in long context. 30th test btw, that mean there are 29 models fail to find and create this model.</p>
122
+ <p>Best model of the series (for me). :)</p>
123
+ <p></p>
124
+ </div>
125
+ </div>
126
+ <div class="border-custom-dot mb">
127
+ <h2 class="soft-blue-custom">GGUF (To be updated)</h2>
128
+ <h3 class="accent"><a href="" class="accent bold">Static</a> - <a class="accent bold" href="">iMatrix</a></h3>
129
+ </div>
130
+ <div class="border-custom-dot">
131
+ <h2 class="soft-blue-custom">Other information</h2>
132
+ <div class="as">
133
+ <h3><span class="soft-blue-custom">Chat Template? </span>Mistral V7 - Tekken<span class="soft-blue-custom">. ChatML are also good to use, but Mistral V7 - Tekken is recommend</span></h3>
134
+ <h3 class="soft-blue-custom">Merge Method<h3/>
135
+ <details class="border-custom">
136
+ <summary class="soft-blue-custom">Detail YAML Config</summary>
137
+ <pre>
138
+ {
139
  models:
140
  - model: TheDrummer/Cydonia-24B-v4.1
141
  - model: Delta-Vector/Rei-24B-KTO
 
145
  t: [0.1, 0.2, 0.3, 0.5, 0.8, 0.5, 0.3, 0.2, 0.1]
146
  dtype: bfloat16
147
  tokenizer_source: base
148
+ }
149
+ </pre>
150
+ </detail>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ </body>