Delta-Vector commited on
Commit
d394484
·
verified ·
1 Parent(s): 172e13d

Create README.md

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