Delta-Vector commited on
Commit
b652143
·
verified ·
1 Parent(s): 9f9a89f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +177 -0
README.md ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - roleplay
4
+ - creative-writing
5
+ - merge
6
+ - mergekit
7
+ base_model:
8
+ - Delta-Vector/Francois-Huali-12B
9
+ - Delta-Vector/Rei-12B
10
+ pipeline_tag: text-generation
11
+ library_name: transformers
12
+ ---
13
+
14
+ ```
15
+ __~a~_
16
+ ~~; ~_
17
+ _ ~ ~_ _
18
+ '_\;__._._._._._._] ~_._._._._._.__;/_`
19
+ '(/'/'/'/'|'|'|'| ( )|'|'|'|'\'\'\'\)'
20
+ (/ / / /, | | | |(/ \) | | | ,\ \ \ \)
21
+ (/ / / / / | | | ~(/ \) ~ | | \ \ \ \ \)
22
+ (/ / / / / ~ ~ ~ (/ \) ~ ~ \ \ \ \ \)
23
+ (/ / / / ~ / (||)| ~ \ \ \ \)
24
+ ~ / / ~ M /||\M ~ \ \ ~
25
+ ~ ~ /||\ ~ ~
26
+ //||\\
27
+ //||\\
28
+ //||\\
29
+ '/||\' "Archaeopteryx"
30
+ ```
31
+
32
+ <html lang="en">
33
+ <head>
34
+ <meta charset="UTF-8">
35
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
36
+ <style>
37
+ @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
38
+ body {
39
+ background: #0a0017;
40
+ margin: 0;
41
+ padding: 20px;
42
+ font-family: 'VT323', monospace;
43
+ color: #ff00aa;
44
+ text-shadow: 0 0 8px #ff00aa;
45
+ animation: glitch-flicker 0.2s infinite alternate;
46
+ }
47
+ @keyframes glitch-flicker {
48
+ 0% { text-shadow: 0 0 5px #ff00aa, 0 0 15px #ff00aa; }
49
+ 100% { text-shadow: 0 0 8px #ff0066, 0 0 18px #ff0066; }
50
+ }
51
+ .crt-container {
52
+ padding: 10px;
53
+ max-width: 900px;
54
+ margin: auto;
55
+ }
56
+ .crt-case {
57
+ background: linear-gradient(135deg, #130021, #20002c);
58
+ border-radius: 10px;
59
+ padding: 15px;
60
+ box-shadow:
61
+ inset 2px 2px 10px rgba(255,0,170,0.5),
62
+ 2px 2px 5px rgba(255,0,170,0.3),
63
+ 0 0 25px rgba(255,0,170,0.2);
64
+ }
65
+ .crt-screen {
66
+ background: #0c011a;
67
+ padding: 20px;
68
+ border-radius: 10px;
69
+ box-shadow:
70
+ inset 0 0 25px rgba(255,0,170,0.3),
71
+ 0 0 15px rgba(255,0,170,0.7);
72
+ filter: contrast(1.2) brightness(1.2);
73
+ text-shadow: 0px 0px 5px #ff00aa;
74
+ animation: glow-pulse 3s infinite alternate;
75
+ }
76
+ @keyframes glow-pulse {
77
+ 0% { box-shadow: inset 0 0 20px rgba(255,0,170,0.3), 0 0 15px rgba(255,0,170,0.3); }
78
+ 100% { box-shadow: inset 0 0 30px rgba(255,0,170,0.5), 0 0 25px rgba(255,0,170,0.5); }
79
+ }
80
+ h2 {
81
+ color: #ff33cc;
82
+ text-align: center;
83
+ font-size: 28px;
84
+ text-shadow:
85
+ 0 0 8px #ff33cc,
86
+ 0 0 18px #ff0044;
87
+ }
88
+ pre {
89
+ background: rgba(255,0,170,0.1);
90
+ padding: 10px;
91
+ border-radius: 10px;
92
+ color: #ff66cc;
93
+ font-size: 14px;
94
+ box-shadow: inset 0 0 10px rgba(255,0,170,0.5);
95
+ }
96
+ .glitch {
97
+ animation: text-glitch 0.5s infinite alternate;
98
+ }
99
+ @keyframes text-glitch {
100
+ 0% { transform: translateX(-2px); text-shadow: 0 0 5px #ff0066, 0 0 10px #ff33cc; }
101
+ 100% { transform: translateX(2px); text-shadow: 0 0 8px #ff00aa, 0 0 20px #ff0099; }
102
+ }
103
+ .neon-link {
104
+ color: #ff66cc;
105
+ text-decoration: none;
106
+ transition: text-shadow 0.3s ease;
107
+ }
108
+ .neon-link:hover {
109
+ text-shadow: 0px 0px 15px #ff66cc, 0 0 25px rgba(255,0,170,0.5);
110
+ }
111
+ .ascii-art {
112
+ text-align: center;
113
+ font-size: 12px;
114
+ color: #ff33cc;
115
+ text-shadow: 0px 0px 5px #ff00ff;
116
+ margin-bottom: 20px;
117
+ }
118
+ .quantso-container {
119
+ display: flex;
120
+ justify-content: center;
121
+ gap: 20px;
122
+ margin-top: 20px;
123
+ }
124
+ .quantso-box {
125
+ background: rgba(255,0,170,0.1);
126
+ padding: 15px;
127
+ border-radius: 10px;
128
+ text-align: center;
129
+ box-shadow: inset 0 0 10px rgba(255,0,170,0.5);
130
+ flex: 1;
131
+ max-width: 150px;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div class="crt-container">
137
+ <div class="crt-case">
138
+ <div class="crt-screen">
139
+ <p>A series of Merges made for Roleplaying & Creative Writing, This model uses Rei-12B and Francois-Huali-12B and Slerp to merge the 2 models.</p>
140
+ <h3>ChatML formatting</h3>
141
+ <pre>
142
+ """
143
+ ### INPUT:
144
+ ### OUTPUT:
145
+ """
146
+ </pre>
147
+ <h3>MergeKit Configuration</h3>
148
+ <pre>
149
+ models:
150
+ - model: Delta-Vector/Francois-Huali-12B
151
+ - model: Delta-Vector/Rei-12B
152
+ merge_method: slerp
153
+ base_model: Delta-Vector/Rei-12B
154
+ parameters:
155
+ t:
156
+ - value: 0.2
157
+ dtype: bfloat16
158
+ tokenizer_source: base
159
+ </pre>
160
+ <h3>Quants:</h3>
161
+ <div class="quantso-container">
162
+ <div class="quantso-box">
163
+ <strong>GGUF</strong><br>
164
+ <a class="neon-link" href="#">https://huggingface.co/Delta-Vector/Poets-Muse-12B-gguf/</a>
165
+ </div>
166
+ <div class="quantso-box">
167
+ <strong>EXL2</strong><br>
168
+ <a class="neon-link" href="#">https://huggingface.co/Delta-Vector/Poets-Muse-12B-exl2/</a>
169
+ </div>
170
+ </div>
171
+ <h3>Credits</h3>
172
+ <p>Thank you to: Kubernetes-bad, LucyKnada, Intervitens & The rest of Anthracite</p>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </body>
177
+ </html>