Upload 3 files
Browse files- .gitattributes +1 -0
- Audio Sample/TheBlackTwoer_Sample.mp3 +3 -0
- ST Samplers/Dunjeon_BlackTower_v1.json +115 -0
- matrix/matrix_sample.txt +59 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
L3.1-4x8b_BlackTower_RP-V1.1-Uncensored-Q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
L3.1-4x8b_BlackTower_RP-V1.1-Uncensored-Q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Audio[[:space:]]Sample/TheBlackTwoer_Sample.mp3 filter=lfs diff=lfs merge=lfs -text
|
Audio Sample/TheBlackTwoer_Sample.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6890314869ad25041e765373286953e96ffae764923e5fd4b90ecf5ab8e4467d
|
3 |
+
size 4183353
|
ST Samplers/Dunjeon_BlackTower_v1.json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1,
|
3 |
+
"temperature_last": false,
|
4 |
+
"top_p": 0.95,
|
5 |
+
"top_k": 100,
|
6 |
+
"top_a": 0,
|
7 |
+
"tfs": 1,
|
8 |
+
"epsilon_cutoff": 0,
|
9 |
+
"eta_cutoff": 0,
|
10 |
+
"typical_p": 1,
|
11 |
+
"min_p": 0,
|
12 |
+
"rep_pen": 1.01,
|
13 |
+
"rep_pen_range": 2048,
|
14 |
+
"rep_pen_decay": 0,
|
15 |
+
"rep_pen_slope": 1,
|
16 |
+
"no_repeat_ngram_size": 0,
|
17 |
+
"penalty_alpha": 0,
|
18 |
+
"num_beams": 1,
|
19 |
+
"length_penalty": 1,
|
20 |
+
"min_length": 0,
|
21 |
+
"encoder_rep_pen": 1.02,
|
22 |
+
"freq_pen": 0,
|
23 |
+
"presence_pen": 0.02,
|
24 |
+
"skew": 0,
|
25 |
+
"do_sample": true,
|
26 |
+
"early_stopping": true,
|
27 |
+
"dynatemp": true,
|
28 |
+
"min_temp": 0.45,
|
29 |
+
"max_temp": 1.05,
|
30 |
+
"dynatemp_exponent": 0.85,
|
31 |
+
"smoothing_factor": 0.32,
|
32 |
+
"smoothing_curve": 1,
|
33 |
+
"dry_allowed_length": 3,
|
34 |
+
"dry_multiplier": 0.8,
|
35 |
+
"dry_base": 1.5,
|
36 |
+
"dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\", \"`\", \";\", \"<\", \"(\", \"{\", \"[\", \"]\", \"}\", \")\", \">\", \"|\", \"+\", \"=\"]",
|
37 |
+
"dry_penalty_last_n": 4096,
|
38 |
+
"add_bos_token": true,
|
39 |
+
"ban_eos_token": false,
|
40 |
+
"skip_special_tokens": true,
|
41 |
+
"mirostat_mode": 0,
|
42 |
+
"mirostat_tau": 9.9,
|
43 |
+
"mirostat_eta": 0.05,
|
44 |
+
"guidance_scale": 1,
|
45 |
+
"negative_prompt": "",
|
46 |
+
"grammar_string": "",
|
47 |
+
"json_schema": {},
|
48 |
+
"banned_tokens": "",
|
49 |
+
"sampler_priority": [
|
50 |
+
"repetition_penalty",
|
51 |
+
"presence_penalty",
|
52 |
+
"frequency_penalty",
|
53 |
+
"dry",
|
54 |
+
"top_k",
|
55 |
+
"top_a",
|
56 |
+
"epsilon_cutoff",
|
57 |
+
"eta_cutoff",
|
58 |
+
"tfs",
|
59 |
+
"typical_p",
|
60 |
+
"top_p",
|
61 |
+
"min_p",
|
62 |
+
"temperature",
|
63 |
+
"dynamic_temperature",
|
64 |
+
"quadratic_sampling",
|
65 |
+
"mirostat",
|
66 |
+
"xtc",
|
67 |
+
"encoder_repetition_penalty",
|
68 |
+
"no_repeat_ngram"
|
69 |
+
],
|
70 |
+
"samplers": [
|
71 |
+
"dry",
|
72 |
+
"top_k",
|
73 |
+
"tfs_z",
|
74 |
+
"typical_p",
|
75 |
+
"top_p",
|
76 |
+
"min_p",
|
77 |
+
"xtc",
|
78 |
+
"temperature"
|
79 |
+
],
|
80 |
+
"samplers_priorities": [
|
81 |
+
"dry",
|
82 |
+
"penalties",
|
83 |
+
"no_repeat_ngram",
|
84 |
+
"temperature",
|
85 |
+
"top_nsigma",
|
86 |
+
"top_p_top_k",
|
87 |
+
"top_a",
|
88 |
+
"min_p",
|
89 |
+
"tfs",
|
90 |
+
"eta_cutoff",
|
91 |
+
"epsilon_cutoff",
|
92 |
+
"typical_p",
|
93 |
+
"quadratic",
|
94 |
+
"xtc"
|
95 |
+
],
|
96 |
+
"ignore_eos_token": false,
|
97 |
+
"spaces_between_special_tokens": true,
|
98 |
+
"speculative_ngram": false,
|
99 |
+
"sampler_order": [
|
100 |
+
6,
|
101 |
+
0,
|
102 |
+
1,
|
103 |
+
3,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
5
|
107 |
+
],
|
108 |
+
"logit_bias": [],
|
109 |
+
"xtc_threshold": 0.15,
|
110 |
+
"xtc_probability": 0,
|
111 |
+
"nsigma": 0,
|
112 |
+
"rep_pen_size": 0,
|
113 |
+
"genamt": 768,
|
114 |
+
"max_length": 8192
|
115 |
+
}
|
matrix/matrix_sample.txt
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
In the depths of the unfathomable cosmos, where galaxies swirled like mad whirlpools and stars danced with abandon, there existed a place of unholy terror - the Black Tower. Constructed of the very essence of malevolent energy, its existence was a blight upon the fabric of reality, and its purpose was to rend the universe apart at its seams.
|
2 |
+
|
3 |
+
The Black Tower pierced the fabric of space-time like a festering growth on the flesh of a corpse, its dark tendrils probing the dimensions for an outlet to unleash its boundless wickedness. Its form was a twisted mockery of the mortal realm, with crumbling walls and shattered windows, yet its true horror lay in its ability to warp the very nature of existence.
|
4 |
+
|
5 |
+
In the grim depths of the Black Tower's underbelch, a host of tormented souls shrieked their agony, the remnants of countless worlds consumed by the Tower's rapacious hunger. Their once proud realms had been devoured whole, leaving behind only a flickering essence that seethed in the Tower's bowels. The screams of the damned mingled with the stench of death, an aural terror that drove the living to the brink of despair.
|
6 |
+
|
7 |
+
A group of ragged and battle-hardened warriors clambered through the Black Tower's labyrinthine corridors, their footsteps echoing in the desolate silence like a death knell. Led by the grizzled and weary veteran, Kaelin, his comrades - Krisk, Odrin and Nalag - hacked their way through the Tower's snarling maw, their blades flashing like sickles of death against the darkness.
|
8 |
+
|
9 |
+
"By the gods, I've never seen so much stinking filth," Krisk growled, wiping the sweat from his brow with a gruff, "and we're not even close to the top!"
|
10 |
+
|
11 |
+
Odrin, his voice dripping with malice, retorted, "You'll get used to the stink, you old cur. We've got a long climb ahead, and I can smell the Black Tower's soul in the air."
|
12 |
+
|
13 |
+
As they spoke, the air seemed to grow thick with an impenetrable fog that made their breaths feel like knives against the back of their throats. The Tower's heart pulsed with a malevolent might that had once sustained the life of countless worlds, now reduced to a mere echo of its former glory.
|
14 |
+
|
15 |
+
The Black Tower's walls whispered secrets of forgotten realms and the slaughter of countless generations, as the warriors carved their way through a forest of jagged stone and splintered wood. The very essence of destruction hung in the air like a tangible force, a presence that seemed to have a life of its own - the Black Tower's essence - a presence that desired nothing more than to consume and destroy.
|
16 |
+
|
17 |
+
With each step, the warriors felt the Tower's power seeping into their bones, its essence worming into their very souls. Their wills faltered, succumbing to the Black Tower's all-pervading malevolence as if the Tower itself was drawing them down into the abyssal pit of forgotten realms.
|
18 |
+
|
19 |
+
Yet still they pressed on, driven by a fierce determination born of the direst necessity and the unyielding fury of battle-hardened veterans. For in their hearts, the Black Tower's true horror was not the terror it inspired, but the void it sought to leave behind. A realm without purpose or meaning, a world consumed by nothing but the relentless march of time itself.
|
20 |
+
|
21 |
+
And so they fought, their blades a blur of steel and shadow as they carved their way through the Black Tower's endless corridors, driven by a will forged in the crucible of despair and tempered by the fire of their own individual fates.
|
22 |
+
|
23 |
+
For the warriors of the Black Tower, the end of the day's march was a mere reprieve, as the shadows of the dying sun drew their weary eyes towards the relative safety of the next chamber's respite. Yet even in this fleeting moment of repose, the air still seemed to writhe like a living thing, the essence of destruction champing at its bit for the opportunity to strike anew.
|
24 |
+
|
25 |
+
Odrin's voice dripped with malice as he spoke of the Tower's secrets, "There's always something waiting for us in the darkness - a new horror to discover, an old one to rediscover, or the same damn one that haunts us every step of the way." His voice was a dark accompaniment to the flickering candles that cast eerie shadows across the walls as he spoke.
|
26 |
+
|
27 |
+
"Ah, Odrin, always the optimist," Krisk retorted, his voice like the growl of a wounded beast. "But tell me, have you ever considered just how many of the dead you've met in here?"
|
28 |
+
|
29 |
+
A moment of silence followed, broken by the dull clanging of Krisk's gauntlets against the metal rings on his sword hilt. "More than any of you can remember," he spat, "and still you're all so damned eager to find more."
|
30 |
+
|
31 |
+
The silence that followed was like the quiet that fell after a battle - the quiet before the next one begins. It was the kind of silence that only the Black Tower could create, a silence that seemed to swallow sound whole and leave nothing but the faintest echo of terror in its wake.
|
32 |
+
|
33 |
+
For Kaelin, the silence was a balm to his weary soul. He leaned against the wall, his eyes scanning the darkness beyond the candlelight with a mixture of weariness and trepidation. He had fought alongside Krisk and Odrin for longer than he could remember, and yet he still had no idea where they were headed or what lay in store for them all.
|
34 |
+
|
35 |
+
The Black Tower's essence still seeped into his bones, worming into his soul, making his heart ache with an otherworldly pain that he had long since forgotten. It was a feeling that lingered in his dreams, a constant reminder of the Tower's power and his own fragile existence.
|
36 |
+
|
37 |
+
As if sensing his thoughts, Krisk's voice cut through the silence like a rusty axe, his words dripping with malice, "Ah, Kaelin, you always were a man of few words. But what happens when we finally find the Tower's heart? Will you be there to see the destruction you helped to create?"
|
38 |
+
|
39 |
+
Odrin's laughter echoed through the chamber like a mirthless cackle, a sound that seemed to shake the very foundations of the Black Tower itself. "Ah, Krisk, always so eager to see the worst in others - and yet you're the one who's been here the longest. How can you stand to live in this place?"
|
40 |
+
|
41 |
+
Kaelin's eyes narrowed as he gazed into the darkness beyond the candles, the silence between them a fragile membrane stretched thin against the crushing weight of the Black Tower's malevolent power. And yet even in the darkness, he knew that in the end, it was the Black Tower that would be the judge of their fates - and only the Black Tower knew what horrors lay in store for those who dared to explore its endless corridors.
|
42 |
+
|
43 |
+
As the last embers of the candles flickered and died, the darkness beyond seemed to grow thicker still, like a palpable force that strained against the fragile boundaries of the Black Tower's essence. The warriors stood at the edge of the corridor, their eyes squinting against the gloom as they waited for the faint glow of the next chamber to materialize.
|
44 |
+
|
45 |
+
It was Krisk who first spotted the beast, his keen senses alerting him to the approaching horror. "By the gods, another one's coming," he growled, his voice a low rumble that seemed to reverberate through the very walls of the Tower itself.
|
46 |
+
|
47 |
+
The beast materialized from the darkness, its form emerging like a sculptor's chisel had carved it from the very essence of the Black Tower's power. Its eyes blazed with an otherworldly green fire that seemed to illuminate the very fabric of existence itself.
|
48 |
+
|
49 |
+
Odrin was the first to draw his blade, the steel singing in the air like a death knell as he charged forward, his sword flashing towards the beast with a desperate fury. Kaelin and Krisk followed close behind, their blades and spears a blur of steel and shadow as they clashed with the creature.
|
50 |
+
|
51 |
+
The beast was a hybrid of twisted bestiality and arcane malevolence, its very essence seeming to seep into the air like a living thing. Its body was a mewling mass of writhing limbs and tendrils that seemed to pulse with a life of their own, the very essence of destruction writ large upon its form.
|
52 |
+
|
53 |
+
Kaelin's blade found its mark, slicing through the beast's tendrils with a precision that belied the chaos of the battle. Yet even as the beast stumbled back, Krisk's spear found its mark as well - and in the same instant, the beast's claws ripped through Krisk's chest, a fatal wound that seemed to suck the very life out of the warrior.
|
54 |
+
|
55 |
+
Odrin's cry of rage echoed through the chamber as Krisk's body fell, the last of his comrades yet to be claimed by the Black Tower's own destruction. "Kaelin! Hold on, old man! I'll keep the beast off your back!" His voice was a desperate plea that seemed to hang in the air like the very fate of the Black Tower itself.
|
56 |
+
|
57 |
+
The beast lunged, its claws and teeth snapping in the air as Odrin's blade rose to meet them. Kaelin's own eyes scanned the chaos of the battle, his heart heavy with the loss of his comrade even as he fought to preserve their remaining lives.
|
58 |
+
|
59 |
+
With a roar that seemed to shake the very walls of the Black Tower, the beast unleashed its full fury upon Odrin's charging form - and the last that was seen of him, his blade shone like a fleeting spark amidst the darkness as he vanished into the abyssal maw of the Tower's essence.
|