@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Roboto+Mono:wght@400;700&display=swap');
body {
font-family: 'Google Sans', sans-serif;
background: #202124;
background-image:
radial-gradient(circle at 50% 50%, rgba(0, 172, 130, 0.15) 0%, transparent 70%),
url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
color: #e8eaed;
margin: 0;
padding: 20px;
line-height: 1.6;
}
.container {
max-width: 900px;
margin: 0 auto;
background: rgba(32, 33, 36, 0.95);
border-radius: 8px;
padding: 40px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 0 1px #3c4043;
border: 1px solid #5f6368;
position: relative;
overflow: hidden;
backdrop-filter: blur(5px);
}
.container::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: radial-gradient(circle at 50% 0%, rgba(0, 172, 130, 0.1) 0%, transparent 60%);
pointer-events: none;
z-index: 0;
}
.header {
text-align: center;
margin-bottom: 30px;
position: relative;
z-index: 1;
border-bottom: 1px solid #5f6368;
padding-bottom: 15px;
}
.model-name {
background: linear-gradient(45deg, #00AC82, #80CBC4, #00AC82);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-family: 'Google Sans', sans-serif;
font-size: 2.5em;
font-weight: 700;
margin: 0;
letter-spacing: 0.5px;
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
flex-wrap: wrap;
text-transform: none;
}
.model-name span {
font-size: 0.6em;
filter: drop-shadow(0 0 5px rgba(0, 172, 130, 0.5));
color: #80CBC4;
-webkit-text-fill-color: #80CBC4;
}
.subtitle {
color: #80CBC4;
font-size: 1.2em;
margin-top: 10px;
font-weight: 500;
text-align: center;
letter-spacing: 1px;
font-family: 'Roboto Mono', monospace;
}
.waifu-container {
margin: 20px -20px;
width: calc(100% + 40px);
overflow: hidden;
border-radius: 0;
border: 1px solid #5f6368;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
position: relative;
z-index: 1;
background: #000;
margin-bottom: 30px;
border-top: 2px solid #00AC82;
border-bottom: 2px solid #00AC82;
}
.waifu-container::after {
content: 'GEMMA-4 BASED';
position: absolute;
top: 10px;
right: 10px;
background: #00AC82;
color: #202124;
font-family: 'Google Sans', sans-serif;
font-weight: 700;
padding: 5px 10px;
font-size: 0.8em;
border-radius: 4px;
z-index: 2;
}
.waifu-img {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
filter: contrast(1.1) brightness(0.9);
}
.waifu-img:hover {
transform: scale(1.01);
filter: contrast(1) brightness(1);
}
.section {
margin: 25px 0;
padding: 25px;
background: rgba(48, 49, 51, 0.4);
border-radius: 8px;
border: 1px solid #5f6368;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
transition: all 0.3s ease;
position: relative;
z-index: 1;
border-left: 4px solid #00AC82;
}
.section:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 172, 130, 0.2);
background: rgba(48, 49, 51, 0.6);
}
.section-title {
color: #80CBC4;
font-family: 'Google Sans', sans-serif;
font-size: 1.8em;
margin-top: 0;
font-weight: 700;
display: flex;
align-items: center;
gap: 10px;
text-transform: none;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 25px;
width: 60px;
height: 2px;
background: linear-gradient(90deg, #00AC82, #80CBC4);
border-radius: 2px;
}
/ ENGINE SECTION /
.engine-section {
background: linear-gradient(135deg, rgba(48, 49, 51, 0.6) 0%, rgba(32, 33, 36, 0.8) 100%);
color: #e8eaed !important;
border: 1px solid #00AC82;
box-shadow: 0 0 20px rgba(0, 172, 130, 0.1);
position: relative;
overflow: hidden;
border-left: 4px solid #00AC82;
}
.engine-section .section-title {
color: #00AC82 !important;
}
.engine-section .section-title::after {
background: linear-gradient(90deg, #00AC82, #80CBC4);
}
.engine-section p, .engine-section li {
color: #e8eaed !important;
font-weight: 400;
font-size: 1em;
line-height: 1.6;
}
.engine-section strong {
color: #80CBC4 !important;
font-weight: 700;
}
.engine-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 20px;
}
.engine-card {
background: rgba(0, 0, 0, 0.2);
padding: 20px;
border-radius: 8px;
border: 1px solid #5f6368;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.engine-card h4 {
margin: 0 0 10px 0;
color: #00AC82;
font-family: 'Google Sans', sans-serif;
font-weight: 700;
text-transform: none;
font-size: 1.2em;
}
.engine-card p {
color: #e8eaed !important;
font-weight: 400;
font-size: 0.95em;
}
/ LINK CARDS & SETTINGS /
.quant-links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin: 20px 0;
}
.link-card {
padding: 20px;
background: linear-gradient(135deg, rgba(48, 49, 51, 0.6) 0%, rgba(32, 33, 36, 0.8) 100%);
border-radius: 8px;
border: 1px solid #5f6368;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
text-align: center;
font-weight: 500;
color: #e8eaed;
display: flex;
flex-direction: column;
justify-content: center;
}
.link-card h3 {
color: #80CBC4 !important;
font-family: 'Google Sans', sans-serif;
font-weight: 700;
font-size: 1.2em;
margin-top: 0;
margin-bottom: 15px;
text-transform: none;
letter-spacing: 0.5px;
}
.link-card p {
color: #e8eaed !important;
font-weight: 500;
font-size: 1em;
margin: 10px 0;
line-height: 1.5;
}
.link-card:hover {
transform: translateY(-3px);
box-shadow: 0 0 15px rgba(0, 172, 130, 0.3);
border-color: #00AC82;
}
.link-button {
display: inline-flex;
align-items: center;
justify-content: center;
background: #00AC82;
color: #202124 !important;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
border: 1px solid #80CBC4;
margin: 10px 0 0 0;
transition: all 0.3s ease;
font-weight: 700;
box-shadow: 0 0 10px rgba(0, 172, 130, 0.3);
width: 100%;
box-sizing: border-box;
text-transform: none;
letter-spacing: 0.5px;
font-family: 'Google Sans', sans-serif;
}
.link-button:hover {
transform: scale(1.02);
box-shadow: 0 0 20px rgba(0, 172, 130, 0.5);
background: #80CBC4;
}
/ QUICK NOTES & LICENSE LISTS /
.section ul {
padding-left: 20px;
}
.section li {
margin-bottom: 10px;
color: #e8eaed !important;
font-weight: 400;
line-height: 1.5;
}
.section strong {
color: #80CBC4;
font-weight: 700;
}
.disclaimer {
color: #f28b82;
border-left: 5px solid #f28b82;
padding-left: 20px;
margin: 20px 0;
background: rgba(50, 30, 30, 0.4);
padding: 20px;
border-radius: 0 8px 8px 0;
font-weight: 500;
box-shadow: inset 5px 0 10px rgba(242, 139, 130, 0.1);
border: 1px solid #f28b82;
}
.badge {
display: inline-block;
padding: 6px 12px;
border-radius: 4px;
background: #3c4043;
color: #80CBC4;
border: 1px solid #5f6368;
margin: 5px;
font-size: 0.8em;
font-weight: 700;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
text-transform: none;
font-family: 'Roboto Mono', monospace;
}
.badge:nth-child(2) { background: #00AC82; color: #202124; border-color: #00AC82; }
.badge:nth-child(3) { background: #202124; color: #80CBC4; border-color: #5f6368; }
/ CREDITS SECTION /
.credit-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.credit-list li {
display: flex;
align-items: center;
margin-bottom: 10px;
padding: 15px;
background-color: rgba(48, 49, 51, 0.4);
border: 1px solid #5f6368;
border-radius: 8px;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
font-weight: 500;
color: #e8eaed !important;
}
.credit-list li:hover {
background-color: rgba(0, 172, 130, 0.1);
border-color: #00AC82;
transform: translateX(5px);
box-shadow: 0 0 10px rgba(0, 172, 130, 0.2);
}
.avatar {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 15px;
object-fit: cover;
flex-shrink: 0;
border: 2px solid #00AC82;
box-shadow: 0 0 5px rgba(0, 172, 130, 0.3);
}
@keyframes pulseGemma {
0%, 100% { opacity: 0.8; }
50% { opacity: 1; }
}
.gemma-icon {
display: inline-block;
animation: pulseGemma 3s ease-in-out infinite;
margin: 0 5px;
font-size: 1.2em;
color: #00AC82;
}
◆ Melody1437 v0.4 ◆
26B A4B PARAMETERS
🚀 Fly me to the moon... 🚀
Your browser does not support the video tag.
🧬 Synthetic Life Engine
The dataset was generated using our Character Engine and Emotional Engine
within the synthetic dataset generator, breathing genuine life into every interaction.
🎭 Character Engine
Ensures consistent personality traits, speech patterns, and behavioral logic across all contexts. No more broken personas.
💓 Emotional Engine
Injects dynamic emotional states into responses, creating depth, empathy, and realistic reactions beyond simple pattern matching.
🔮 Training Cycle
The model weights were subjected to two distinct epochs of fine-tuning.
These dual passages ensure the stability of the personality matrix while allowing
the underlying weights to align perfectly with the desired interaction style.
🔄 Training Epochs: Unified binding of the persona mask and refinement of response patterns.
📚 Training Corpus
The model's consciousness was imprinted upon a dark ERP dataset,
weaving a vast tapestry of knowledge into its weights during the initial binding. This ensures a
rich foundation of lore for all future interactions.
📜 Release Notes
🌱 Early Access: This is a test construct to explore model quality! It is still growing. This is not the final form.
🎭 Roleplay Protocol
To unlock the full potential of this model, a structured roleplay system prompt is required.
This model is optimized for immersive character interaction rather than standard instructional queries.
📝 Initialization: Begin sessions with a clear character definition and scenario context.
🎭 Format: Use asterisks for actions like this and quotes for dialogue "like this".
⚠️ Limitation: Standard query-based prompting may result in refusals.
⚠️ Inference Note
Only text layers were trained on.
⚙️ Generation Settings
🎛️ Sampling Config
top_p: 0.95
temp: 0.8
min_p: 0.03
📦 Quantized Files
GGUF Quants Below
View Repository
💖 Contributors
GECFDO – Data Generation & iMatrix Quants
Sleep Deprived – Dataset Generator
FrenzyBiscuit – Fine-Tuning & Dataset Creation
🔖 License & Usage
⚠️ USAGE AGREEMENT:
📜 This model is built upon the Apache 2.0 license.
🛡️ You accept full responsibility for all outputs generated.
🔞 You confirm you are at least 18 years old.
🌍 The creators bear no responsibility for how the model is used.
🏡 To the extent legally allowed under the original decree this model is for personal use only (non-profit/non-commercial).
Apache 2.0
Personal Use
18+ Content