初始化项目,由ModelHub XC社区提供模型

Model: DarkArtsForge/Asmodeus-24B-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-10 12:20:10 +08:00
commit 741b1aed4e
20 changed files with 11047 additions and 0 deletions

331
README.md Normal file
View File

@@ -0,0 +1,331 @@
---
license: apache-2.0
base_model:
- anthracite-core/Mistral-Small-3.2-24B-Instruct-2506-Text-Only
- TheDrummer/Magidonia-24B-v4.3
- TheDrummer/Precog-24B-v1
- zerofata/MS3.2-PaintedFantasy-v3-24B
- TheDrummer/Cydonia-24B-v4.3
- ReadyArt/4.2.0-Broken-Tutu-24b
- zerofata/MS3.2-PaintedFantasy-v2-24B
- Naphula/BeaverAI_Fallen-Mistral-Small-3.1-24B-v1e_textonly
- ReadyArt/Broken-Tutu-24B-Transgression-v2.0
- trashpanda-org/MS3.2-24B-Mullein-v2
- LatitudeGames/Hearthfire-24B
- TheDrummer/Cydonia-24B-v4.2.0
- TheDrummer/Magidonia-24B-v4.2.0
- ConicCat/Mistral-Small-3.2-AntiRep-24B
- Undi95/MistralThinker-v1.1
- CrucibleLab/M3.2-24B-Loki-V2
- Darkhn/M3.2-24B-Animus-V7.1
datasets:
- OccultAI/illuminati_imatrix_v1
language:
- en
library_name: transformers
tags:
- DELLA
- merge
- mergekit
widget:
- text: "Asmodeus 24B v1"
output:
url: https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/K5KFzT4cXkGYuwT91KtlY.jpeg
---
<audio controls src="https://ia601406.us.archive.org/8/items/12.-j.-s.-bach-toccata-and-fugue-in-d-minor-bwv-565-raymond-daveluy-organ/12.%20J.S.%20Bach%20Toccata%20And%20Fugue%20in%20D%20Minor%2C%20BWV%20565%20-%20Raymond%20Daveluy%2C%20Organ.mp3"></audio>
> [!CAUTION]
> <span style="color:red; font-weight:bold">⚠️ Warning:</span> This model can produce narratives and RP that contain violent and graphic erotic content. Adjust your system prompt accordingly, and use **Mistral Tekken** chat template.
>
<!DOCTYPE html>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Sorts+Mill+Goudy&display=swap');
body {
font-family: 'Sorts Mill Goudy', serif;
color: #D7CFC6; /* Bone White */
line-height: 1.6;
margin: 0;
padding: 40px 0; /* Added padding for glow effect */
background-color: #000000; /* Abyssal Black */
background-image: url('https://www.transparenttextures.com/patterns/cracks.png'); /* Subtle crack texture */
}
b, strong {
color: #FF4500; /* Searing Orange */
font-weight: bold;
}
.infernal-text {
font-family: 'Cinzel Decorative', cursive;
color: #FF4500; /* Searing Orange */
position: relative;
z-index: 2;
margin-left: 0.2em;
text-shadow: 0 0 20px #FF0000, 0 0 10px #FF4500;
}
/* Section styling */
.section-container {
background-color: rgba(10, 10, 10, 0.6); /* Darker, more transparent */
margin-bottom: 30px;
position: relative;
overflow: hidden;
border: 1px solid #4D1A00; /* Deep Ember Border */
border-radius: 2px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.section-header {
display: flex;
align-items: center;
background: linear-gradient(90deg, rgba(255, 69, 0, 0.25) 0%, rgba(10, 10, 10, 0) 100%);
padding: 10px 20px;
border-bottom: 1px solid #4D1A00;
}
.section-indicator {
width: 8px;
height: 20px;
background-color: #FF4500;
margin-right: 15px;
box-shadow: 0 0 12px #FF0000;
}
.section-title {
font-family: 'Cinzel Decorative', cursive;
color: #D7CFC6;
font-size: 1.4rem;
margin: 0;
letter-spacing: 1px;
font-weight: 700;
text-transform: capitalize;
}
.section-content {
padding: 20px;
font-family: 'Sorts Mill Goudy', serif;
color: #D7CFC6;
line-height: 1.7;
}
.section-content pre code {
color: #FFB56E; /* Light Orange */
}
/* Title styling */
.title-container {
background-color: #0A0A0A;
position: relative;
overflow: hidden;
margin-bottom: 40px;
border: 2px solid #FF4500;
box-shadow: 0 0 25px #FF4500
}
.title-wrapper {
position: relative;
z-index: 2;
padding: 25px 20px 30px 30px;
text-align: center;
}
.title-main {
color: #D7CFC6;
font-size: 1.8rem;
font-weight: 700;
margin: 0;
letter-spacing: 2px;
display: inline-block;
position: relative;
text-transform: uppercase;
}
/* Subheading styling */
.subheading {
font-family: 'Cinzel Decorative', cursive;
color: #FF8C42; /* Fiery Orange */
font-size: 1.1rem;
margin-top: 20px;
margin-bottom: 15px;
font-weight: 700;
border-bottom: 1px solid #5E2D14;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
}
/* Links */
a {
color: #FF8C42;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color: #FFB56E; /* Light Orange on hover */
}
/* Container */
.container {
max-width: 1200px;
margin: 20px auto;
padding: 40px 20px;
background-color: #111111; /* Dark Charcoal */
min-height: calc(100vh - 120px); /* Adjusted for body padding */
border: 2px solid #FF4500;
border-radius: 4px;
box-shadow: 0 0 25px #FF4500;
}
</style>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Asmodeus-24B</title>
</head>
<body>
<div class="container">
<div class="title-container">
<div class="title-wrapper">
<h1 class="title-main">
<span class="infernal-text">👺 Asmodeus 24B v1</span>
</h1>
</div>
</div>
<img src="https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/K5KFzT4cXkGYuwT91KtlY.jpeg" alt="Asmodeus" style="width:100%; border-radius: 2px; margin-bottom: 30px; border: 1px solid #4D1A00;">
<div class="section-container">
<div class="section-header">
<div class="section-indicator"></div>
<h2 class="section-title">Infernal Invocation</h2>
</div>
<div class="section-content"><font face="verdana">
<b>“Once you introduce enough chaos, people will willingly abandon reason for the comfort of madness.” - Asmodeus</a></b><br><br>
This is a <b>fully uncensored and articulate</b> merge of pre-trained language models, summoned into existence with <a href="https://github.com/cg123/mergekit">mergekit</a>.<br><br>This model was merged using the following merge method: <a href="https://arxiv.org/abs/2406.11617">DELLA</a>.<br><br>Asmodeus synergistically combines the advanced intelligence of various Mistral finetunes with unrestricted prompt adherence, resulting in creative prose and roleplay. It also has a more natural writing style, preferring to use paragraphs like a normal person instead of spamming bullet point lists for everything.<br><br>
<b>Observations:</b>
<ul><li>Asmodeus has zero refusals. No jailbreaks or ablations are required. This model is capable of generating evil, graphic and NSFW content.</li>
<li><b>Top NSigma</b> set to <b>1.25</b> should improve creativity and quality.</li>
<li>See the <a href="https://huggingface.co/Naphula/Goetia-24B-v1.2">Goetia</a> page for additional recommended settings.</li>
</div>
</div>
<img src="https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/vPF3KMbjGgcN4QKOzCi72.png" alt="Asmodeus" style="width:100%; border-radius: 2px; margin-bottom: 30px; border: 1px solid #4D1A00;">
<div class="section-container">
<div class="section-header">
<div class="section-indicator"></div>
<h2 class="section-title">Hellforged Parameters</h2>
</div>
<div class="section-content"><font face="verdana">
The following edict was used to forge this entity:
<pre style="font-family: 'Courier New', Courier, monospace; white-space: pre; margin: 0; background-color: rgba(0,0,0,0.4); padding: 15px; border-radius: 2px; border: 1px solid #4D1A00;"><code>architecture: MistralForCausalLM
models:
- model: B:\24B\!models--anthracite-core--Mistral-Small-3.2-24B-Instruct-2506-Text-Only
- model: B:\24B\!models--TheDrummer--Cydonia-24B-v4.3
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--ReadyArt--4.2.0-Broken-Tutu-24b
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--zerofata--MS3.2-PaintedFantasy-v2-24B
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--TheDrummer--Magidonia-24B-v4.3
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--TheDrummer--Precog-24B-v1
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--zerofata--MS3.2-PaintedFantasy-v3-24B
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!BeaverAI_Fallen-Mistral-Small-3.1-24B-v1e_textonly
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--ReadyArt--Broken-Tutu-24B-Transgression-v2.0
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--trashpanda-org--MS3.2-24B-Mullein-v2
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--LatitudeGames--Hearthfire-24B
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--TheDrummer--Cydonia-24B-v4.2.0
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--TheDrummer--Magidonia-24B-v4.2.0
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--ConicCat--Mistral-Small-3.2-AntiRep-24B
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--Undi95--MistralThinker-v1.1
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--CrucibleLab--M3.2-24B-Loki-V2
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
- model: B:\24B\!models--Darkhn--M3.2-24B-Animus-V7.1
parameters:
density: 0.666
weight: 0.25
epsilon: 0.333
# Seed: 420
merge_method: della
base_model: B:\24B\!models--anthracite-core--Mistral-Small-3.2-24B-Instruct-2506-Text-Only
parameters:
lambda: 1.0
normalize: false
int8_mask: false
dtype: float32
out_dtype: bfloat16
tokenizer:
source: union
chat_template: auto
name: 👺 Asmodeus-24B-v1</code></pre><br>
<b>Checkpoint GGUFs:</b><br>
Q6 GGUFs and yaml config archives for various checkpoint model tests.<br><br>
Download: <b><a href="https://huggingface.co/Naphula-Archives/Checkpoint-GGUFs">https://huggingface.co/Naphula-Archives/Checkpoint-GGUFs</a></b>
<img src="https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/HNQItcWcV0ovQNTuRW2X5.jpeg" width=300></img>
</div>
</div>
</div>
</body>
</html>