Delete README.md
Browse files
README.md
DELETED
@@ -1,183 +0,0 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- roleplay
|
4 |
-
- creative-writing
|
5 |
-
- merge
|
6 |
-
- mergekit
|
7 |
-
base_model:
|
8 |
-
- Delta-Vector/Francois-PE-V2-Huali-12B
|
9 |
-
- Delta-Vector/Rei-V3-KTO-12B
|
10 |
-
pipeline_tag: text-generation
|
11 |
-
library_name: transformers
|
12 |
-
---
|
13 |
-
```
|
14 |
-
Pleisiosaur
|
15 |
-
|
16 |
-
_..--+~/@-~--.
|
17 |
-
_-=~ ( . "}
|
18 |
-
_-~ _.--=.\ \""""
|
19 |
-
_~ _- \ \_\
|
20 |
-
= _= '--'
|
21 |
-
' = .
|
22 |
-
: : ____ '=_. ___
|
23 |
-
___ | ; ____ '~--.~.
|
24 |
-
; ; _____ } |
|
25 |
-
___= \ ___ __ __..-...__ ___/__/__
|
26 |
-
: =_ _.-~~ ~~--.__
|
27 |
-
_____ \ ~-+-~ ___~=_______
|
28 |
-
~@#~~ == ...______ __ ___ _--~~--_
|
29 |
-
=
|
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-V3-KTO-12B and Francois-PE-V2-Huali-12B and Slerp to merge the 2 models - as a sequel to the OG Archaeo.</p>
|
140 |
-
<h3>ChatML formatting</h3>
|
141 |
-
<pre>
|
142 |
-
"""<|im_start|>system
|
143 |
-
system prompt<|im_end|>
|
144 |
-
<|im_start|>user
|
145 |
-
Hi there!<|im_end|>
|
146 |
-
<|im_start|>assistant
|
147 |
-
Nice to meet you!<|im_end|>
|
148 |
-
<|im_start|>user
|
149 |
-
Can I ask a question?<|im_end|>
|
150 |
-
<|im_start|>assistant
|
151 |
-
"""
|
152 |
-
</pre>
|
153 |
-
<h3>MergeKit Configuration</h3>
|
154 |
-
<pre>
|
155 |
-
models:
|
156 |
-
- model: Delta-Vector/Rei-V3-KTO-12B
|
157 |
-
- model: Delta-Vector/Francois-PE-V2-Huali-12B
|
158 |
-
merge_method: slerp
|
159 |
-
base_model: Delta-Vector/Rei-V3-KTO-12B
|
160 |
-
parameters:
|
161 |
-
t:
|
162 |
-
- value: 0.2
|
163 |
-
dtype: bfloat16
|
164 |
-
tokenizer_source: base
|
165 |
-
</pre>
|
166 |
-
<h3>Quants:</h3>
|
167 |
-
<div class="quantso-container">
|
168 |
-
<div class="quantso-box">
|
169 |
-
<strong>GGUF</strong><br>
|
170 |
-
<a class="neon-link" href="#">https://huggingface.co/bartowski/Delta-Vector_Archaeo-12B-V2-GGUF/</a>
|
171 |
-
</div>
|
172 |
-
<div class="quantso-box">
|
173 |
-
<strong>EXL2</strong><br>
|
174 |
-
<a class="neon-link" href="#">https://huggingface.co/collections/ReadyArt/delta-vector-archaeo-12b-v2-exl2-682ca1508f01103d9554e553</a>
|
175 |
-
</div>
|
176 |
-
</div>
|
177 |
-
<h3>Credits</h3>
|
178 |
-
<p>Thank you to: Kubernetes-bad, LucyKnada, Intervitens, Samantha Twinkman, Tav, Alicat, Auri, Trappu & The rest of Anthracite</p>
|
179 |
-
</div>
|
180 |
-
</div>
|
181 |
-
</div>
|
182 |
-
</body>
|
183 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|