PocketDoc commited on
Commit
c5a6a7d
·
verified ·
1 Parent(s): 2fdfd9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -26
README.md CHANGED
@@ -24,26 +24,31 @@ base_model:
24
  <div class="crt-case">
25
  <div class="crt-inner-case">
26
  <div class="crt-bezel">
27
- <div class="terminal-screen">
28
- <div style="text-align: center;">
29
- <h2>Dans-SakuraKaze-V1.0.0-12b</h2>
 
 
 
 
 
30
  <pre class="code-block" style="display: inline-block; text-align: left;">
31
- : .
32
- :. . :..:::::::::.
33
- : . .::::---=:::::-::::::.:
34
- - : . :.::-=-::-:=-=++##++--=- :
35
- : . . .---++=#+=#+--%-#-*++++===-:.
36
- : : .:---.:-==:.%%--:-*.=-=:
37
- #%
38
- #%
39
- :=%#%%-- .
40
- `````````²²²²²²```````
41
  </pre>
42
  </div>
43
- <p>An old school text adventure model with a predilection for making the player fumble, often fatally.</p>
44
  <h3>Key Details</h3>
45
  <pre class="code-block">
46
- BASE MODEL: mistralai/Mistral-Nemo-Base-2407
47
  LICENSE: apache-2.0
48
  LANGUAGE: English
49
  CONTEXT LENGTH: 32768 tokens</pre>
@@ -127,6 +132,16 @@ Nice to meet you!<|im_end|></pre>
127
  "name": "Dan-ChatML"
128
  }</pre>
129
  </details>
 
 
 
 
 
 
 
 
 
 
130
  <h3>Support Development</h3>
131
  <p>Development is limited by funding and resources. To help support:</p>
132
  <p>- Contact on HF</p>
@@ -317,18 +332,32 @@ Nice to meet you!<|im_end|></pre>
317
  border-radius: 4px;
318
  color: #e49b3e;
319
  }
320
- @keyframes flicker {
321
- 0% { opacity: 0.98; }
322
- 50% { opacity: 1; }
323
- 100% { opacity: 0.99; }
 
 
 
 
 
 
324
  }
325
- @keyframes scan {
326
- 0% { transform: translateY(0); }
327
- 100% { transform: translateY(4px); }
 
 
 
 
328
  }
329
- @keyframes vignette-pulse {
330
- 0% { opacity: 0.8; }
331
- 50% { opacity: 1; }
332
- 100% { opacity: 0.8; }
 
 
 
 
333
  }
334
  </style>
 
24
  <div class="crt-case">
25
  <div class="crt-inner-case">
26
  <div class="crt-bezel">
27
+ <div class="terminal-screen">
28
+ <div class="top-badge">
29
+ <a href="https://chub.ai/">
30
+ <img src="./resources/chub-black.gif" alt="Sponsored by Chub.AI" class="sponsor-image-small">
31
+ </a>
32
+ </div>
33
+ <div style="text-align: center;">
34
+ <h2>Dans-SakuraKaze-V1.0.0-12b</h2>
35
  <pre class="code-block" style="display: inline-block; text-align: left;">
36
+ : .
37
+ :. . :..:::::::::.
38
+ : . .::::---=:::::-::::::.:
39
+ - : . :.::-=-::-:=-=++##++--=- :
40
+ : . . .---++=#+=#+--%-#-*++++===-:.
41
+ : : .:---.:-==:.%%--:-*.=-=:
42
+ #%
43
+ #%
44
+ :=%#%%-- .
45
+ `````````²²²²²²```````
46
  </pre>
47
  </div>
48
+ <p>A model based on Dans-PersonalityEngine-V1.1.0-12b with a focus on character RP, visual novel style group chats, old school text adventures, and co-writing.</p>
49
  <h3>Key Details</h3>
50
  <pre class="code-block">
51
+ BASE MODEL: PocketDoc/Dans-PersonalityEngine-V1.1.0-12b
52
  LICENSE: apache-2.0
53
  LANGUAGE: English
54
  CONTEXT LENGTH: 32768 tokens</pre>
 
132
  "name": "Dan-ChatML"
133
  }</pre>
134
  </details>
135
+ <h3>A Chub.ai Sponsored Model</h3>
136
+ <div>
137
+ <a href="https://forms.gle/GSEZ388EkyYoe2Kz6">
138
+ <img src="./resources/chub-black.gif" alt="Sponsored by Chub.AI" class="sponsor-image">
139
+ </a>
140
+ </div>
141
+ <div>
142
+ <p>Character Hub supported this model with 45 hours on a 2x A100 80GB system.</p>
143
+ <p>Character Hub has been supporting model development for quite a while now and they may be interested in your projects! Contact them through <a href="https://forms.gle/GSEZ388EkyYoe2Kz6">this google form</a>.</p>
144
+ </div>
145
  <h3>Support Development</h3>
146
  <p>Development is limited by funding and resources. To help support:</p>
147
  <p>- Contact on HF</p>
 
332
  border-radius: 4px;
333
  color: #e49b3e;
334
  }
335
+ .sponsor-image {
336
+ width: 40%;
337
+ border: 2px solid #e49b3e;
338
+ border-radius: 10px;
339
+ filter: brightness(0.9) sepia(0.2);
340
+ transition: all 0.3s ease;
341
+ }
342
+ .sponsor-image:hover {
343
+ filter: brightness(1) sepia(0);
344
+ box-shadow: 0 0 10px rgba(228, 155, 62, 0.5);
345
  }
346
+ .sponsor-image-small {
347
+ width: 10%
348
+ height: auto;
349
+ border: 2px solid #e49b3e;
350
+ border-radius: 10px;
351
+ filter: brightness(0.9) sepia(0.2);
352
+ transition: all 0.3s ease;
353
  }
354
+ .sponsor-image-small:hover {
355
+ filter: brightness(1) sepia(0);
356
+ box-shadow: 0 0 10px rgba(228, 155, 62, 0.5);
357
+ }
358
+ .top-badge {
359
+ position: absolute;
360
+ top: 10px;
361
+ right: 20px;
362
  }
363
  </style>