Steelskull commited on
Commit
7e99650
·
verified ·
1 Parent(s): 29af8ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +123 -14
README.md CHANGED
@@ -10,27 +10,125 @@ tags:
10
  - merge
11
 
12
  ---
13
- # merge
 
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Nexusflow/Athene-V2-Chat](https://huggingface.co/Nexusflow/Athene-V2-Chat) as a base.
 
 
 
 
 
21
 
22
- ### Models Merged
 
 
23
 
24
- The following models were included in the merge:
25
- * [ZeusLabs/Chronos-Platinum-72B](https://huggingface.co/ZeusLabs/Chronos-Platinum-72B)
26
- * [shuttleai/shuttle-3](https://huggingface.co/shuttleai/shuttle-3)
27
- * [EVA-UNIT-01/EVA-Qwen2.5-72B-v0.2](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-72B-v0.2)
28
 
29
- ### Configuration
 
 
 
 
30
 
31
- The following YAML configuration was used to produce this model:
 
 
 
 
32
 
33
- ```yaml
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  base_model: Nexusflow/Athene-V2-Chat
35
  merge_method: model_stock
36
  dtype: bfloat16
@@ -38,4 +136,15 @@ models:
38
  - model: EVA-UNIT-01/EVA-Qwen2.5-72B-v0.2
39
  - model: ZeusLabs/Chronos-Platinum-72B
40
  - model: shuttleai/shuttle-3
41
- ```
 
 
 
 
 
 
 
 
 
 
 
 
10
  - merge
11
 
12
  ---
13
+ <!DOCTYPE html>
14
+ <style>
15
 
16
+ body {
17
+ font-family: 'Quicksand', sans-serif;
18
+ background: linear-gradient(135deg, #2E3440 0%, #1A202C 100%);
19
+ color: #D8DEE9;
20
+ margin: 0;
21
+ padding: 0;
22
+ font-size: 16px;
23
+ }
24
 
25
+ .container {
26
+ width: 80% auto;
27
+ max-width: 1080px auto;
28
+ margin: 20px auto;
29
+ background-color: rgba(255, 255, 255, 0.02);
30
+ padding: 20px;
31
+ border-radius: 12px;
32
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
33
+ backdrop-filter: blur(10px);
34
+ border: 1px solid rgba(255, 255, 255, 0.1);
35
+ }
36
 
37
+ .header h1 {
38
+ font-size: 28px;
39
+ color: #ECEFF4;
40
+ margin: 0 0 20px 0;
41
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
42
+ }
43
 
44
+ .update-section {
45
+ margin-top: 30px;
46
+ }
47
 
48
+ .update-section h2 {
49
+ font-size: 24px;
50
+ color: #88C0D0;
51
+ }
52
 
53
+ .update-section p {
54
+ font-size: 16px;
55
+ line-height: 1.6;
56
+ color: #ECEFF4;
57
+ }
58
 
59
+ .info img {
60
+ width: 100%;
61
+ border-radius: 10px;
62
+ margin-bottom: 15px;
63
+ }
64
 
65
+ a {
66
+ color: #88C0D0;
67
+ text-decoration: none;
68
+ }
69
+
70
+ a:hover {
71
+ color: #A3BE8C;
72
+ }
73
+
74
+ .button {
75
+ display: inline-block;
76
+ background-color: #5E81AC;
77
+ color: #E5E9F0;
78
+ padding: 10px 20px;
79
+ border-radius: 5px;
80
+ cursor: pointer;
81
+ text-decoration: none;
82
+ }
83
+
84
+ .button:hover {
85
+ background-color: #81A1C1;
86
+ }
87
+
88
+ pre {
89
+ background-color: #2E3440;
90
+ padding: 10px;
91
+ border-radius: 5px;
92
+ overflow-x: auto;
93
+ }
94
+
95
+ code {
96
+ font-family: 'Courier New', monospace;
97
+ color: #D8DEE9;
98
+ }
99
+
100
+ </style>
101
+ <html lang="en">
102
+ <head>
103
+ <meta charset="UTF-8">
104
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
105
+ <title>Q2.5-MS-Mistoria-72b-v2 Data Card</title>
106
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
107
+ </head>
108
+ <body>
109
+ <div class="container">
110
+ <div class="header">
111
+ <h1>Q2.5-MS-Mistoria-72b-v2</h1>
112
+ </div>
113
+ <div class="info">
114
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/5LOvUFYiMMw6pcEsOhmo2.webp">
115
+ <p>Now the cute anime girl has your attention</p>
116
+ <p><strong>Creator:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p>
117
+ <h1>About Mistoria-72b-v2:</h1>
118
+ <pre><code>Name Legend:
119
+ Q2.5 = Qwen 2.5
120
+ MS = Model Stock
121
+ 72B = its 72B
122
+ v2 = its the second version
123
+ </code></pre>
124
+ <p>This model is my second attempt at a 72b model, as usual, my goal is to merge the robust storytelling of mutiple models while attempting to maintain intelligence.</p>
125
+ <p>Use qwen format</p>
126
+ <h2>Quants: (List of badasses)</h2>
127
+ <!--<p>GGUF Quant: </p>
128
+ <p> - bartowski: <a href="https://huggingface.co/bartowski/Q2.5-MS-Mistoria-72b-GGUF" target="_blank"> Combined-GGUF </a></p>
129
+ <p> - mradermacher: <a href="https://huggingface.co/mradermacher/Q2.5-MS-Mistoria-72b-GGUF" target="_blank"> GGUF </a>// <a href="https://huggingface.co/mradermacher/Q2.5-MS-Mistoria-72b-i1-GGUF" target="_blank"> Imat-GGUF </a></p> -->
130
+ <h3>Config:</h3>
131
+ <pre><code>MODEL_NAME = "Q2.5-MS-Mistoria-72b-v2"
132
  base_model: Nexusflow/Athene-V2-Chat
133
  merge_method: model_stock
134
  dtype: bfloat16
 
136
  - model: EVA-UNIT-01/EVA-Qwen2.5-72B-v0.2
137
  - model: ZeusLabs/Chronos-Platinum-72B
138
  - model: shuttleai/shuttle-3
139
+ </code></pre>
140
+ <p><strong>If you wish to support:</strong></p>
141
+ </div>
142
+ <div class="donation-section">
143
+ <a href="https://ko-fi.com/Y8Y0AO2XE" target="_blank">
144
+ <img height="36" style="border:0px;height:36px;" src="https://storage.ko-fi.com/cdn/kofi2.png?v=3" border="0" alt="Buy Me a Coffee at ko-fi.com" />
145
+ </a>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </body>
150
+ </html>