L3.3-Nevoria-R1-70b / README.md
Steelskull's picture
Update README.md
cdcb102 verified
---
base_model:
- nbeerbower/Llama-3.1-Nemotron-lorablated-70B
- SicariusSicariiStuff/Negative_LLAMA_70B
- TheDrummer/Anubis-70B-v1
- EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1
- deepseek-ai/DeepSeek-R1-Distill-Llama-70B
- Sao10K/L3.3-70B-Euryale-v2.3
library_name: transformers
tags:
- mergekit
- merge
---
<!DOCTYPE html>
<style>
ebody {
font-family: 'Quicksand', sans-serif;
background: linear-gradient(135deg, #FF69B4 0%, #800080 100%);
color: #FFFFFF;
margin: 0;
padding: 0;
font-size: 16px;
min-height: 100vh;
}
.container {
margin: 20px;
background-color: rgba(28, 14, 36, 0.95);
padding: 20px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(255, 105, 180, 0.4);
border: 1px solid rgba(255, 105, 180, 0.4);
outline: 1px solid rgba(255, 105, 180, 0.7);
outline-offset: -1px;
position: relative;
backdrop-filter: blur(10px);
}
.container::before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
border: 1px solid rgba(255, 105, 180, 0.98);
border-radius: 12px;
pointer-events: none;
animation: borderGlow 2s ease-in-out infinite;
}
@keyframes borderGlow {
0% {
box-shadow: 0 0 5px rgba(255, 105, 180, 0.98);
}
50% {
box-shadow: 0 0 20px rgba(255, 105, 180, 0.98);
}
100% {
box-shadow: 0 0 5px rgba(255, 105, 180, 0.98);
}
}
.header h1 {
font-size: 28px;
color: #FF69B4;
margin: 0 0 20px 0;
text-shadow: 0 0 15px rgba(255, 105, 180, 0.8);
letter-spacing: 1px;
}
.update-section {
margin-top: 30px;
}
.update-section h2, h2 {
font-size: 24px;
color: #FF69B4;
text-shadow: 0 0 15px rgba(255, 105, 180, 0.8);
letter-spacing: 0.5px;
}
.update-section p {
font-size: 16px;
line-height: 1.6;
color: #FFE1FF;
}
.info p {
color: #FFE1FF;
line-height: 1.6;
font-size: 16px;
}
.info img {
width: 100%;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: 0 0 30px rgba(255, 105, 180, 0.5);
border: 1px solid rgba(255, 105, 180, 0.4);
outline: 1px solid rgba(255, 105, 180, 0.7);
outline-offset: -1px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info img:hover {
transform: scale(1.01);
box-shadow: 0 0 40px rgba(255, 105, 180, 0.6);
}
a {
color: #00FFEE;
text-decoration: none;
transition: color 0.3s ease;
}
a:hover {
color: #FF1493;
}
.button {
display: inline-block;
background: linear-gradient(45deg, rgba(255, 105, 180, 0.9), rgba(128, 0, 128, 0.9));
color: #FFFFFF;
padding: 12px 24px;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: all 0.3s ease;
border: 1px solid rgba(255, 105, 180, 0.4);
}
.button:hover {
background: linear-gradient(45deg, rgba(255, 105, 180, 1), rgba(128, 0, 128, 1));
box-shadow: 0 0 20px rgba(255, 105, 180, 0.7);
transform: translateY(-2px);
}
pre {
background-color: rgba(28, 14, 36, 0.95);
padding: 15px;
border-radius: 5px;
overflow-x: auto;
border: 1px solid rgba(255, 20, 147, 0.3);
outline: 1px solid rgba(255, 20, 147, 0.6);
outline-offset: -1px;
}
code {
font-family: 'Courier New', monospace;
color: #FFE1FF;
}
.benchmark-container {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 12px;
padding: 20px;
margin: 20px 0;
position: relative;
overflow: hidden;
}
.benchmark-container::before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
border: 1px solid rgba(255, 20, 147, 0.98);
border-radius: 12px;
pointer-events: none;
animation: borderGlow 2s ease-in-out infinite;
}
.benchmark-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
}
.metric-box {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 15px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.metric-box:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
}
.metric-box .label {
color: #00FFEE;
font-size: 14px;
margin-bottom: 8px;
font-weight: 500;
}
.metric-box .value {
color: #FFE1FF;
font-size: 18px;
font-weight: 600;
text-shadow: 0 0 5px rgba(255, 20, 147, 0.5);
}
.metrics-section {
margin-bottom: 30px;
}
.metrics-section details {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 15px;
margin-bottom: 15px;
}
.metrics-section summary {
color: #FF1493;
font-size: 20px;
cursor: pointer;
text-shadow: 0 0 5px rgba(255, 20, 147, 0.3);
outline: none;
padding: 5px 0;
}
.metrics-section summary::-webkit-details-marker {
display: none;
}
.core-metrics-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
margin-bottom: 20px;
}
.progress-metrics {
display: grid;
gap: 15px;
}
.progress-metric {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 15px;
transition: transform 0.3s ease;
}
.progress-metric:hover {
transform: translateY(-2px);
}
.progress-label {
display: flex;
justify-content: space-between;
margin-bottom: 8px;
color: #00FFEE;
font-size: 14px;
}
.progress-value {
color: #FFE1FF;
}
.progress-bar {
width: 100%;
height: 8px;
background: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 20, 147, 0.15);
border-radius: 4px;
position: relative;
margin: 10px 0;
overflow: hidden;
}
.progress-fill {
height: 100%;
background: linear-gradient(90deg, #FF69B4 0%, #800080 100%);
border-radius: 4px;
transition: width 1s ease-in-out;
box-shadow: 0 0 15px rgba(255, 105, 180, 0.4);
}
.progress-bar.split {
display: flex;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 20, 147, 0.15);
overflow: visible;
}
.progress-fill-left {
height: 100%;
position: absolute;
right: 50%;
background: linear-gradient(90deg, #FF69B4 30%, rgba(255, 105, 180, 0.5) 100%);
border-radius: 4px 0 0 4px;
transition: width 0.3s ease-in-out;
}
.progress-fill-right {
height: 100%;
position: absolute;
left: 50%;
background: linear-gradient(90deg, rgba(128, 0, 128, 0.5) 0%, #800080 70%);
border-radius: 0 4px 4px 0;
transition: width 0.3s ease-in-out;
}
.progress-metric.split .progress-bar::before,
.progress-metric.split .progress-bar::after {
content: '';
position: absolute;
width: 2px;
height: 20px;
background: rgba(255, 255, 255, 0.7);
top: 50%;
transform: translateY(-50%);
z-index: 2;
box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.progress-metric.split .progress-bar::before {
left: 0;
}
.progress-metric.split .progress-bar::after {
right: 0;
}
.progress-metric.split:hover .progress-fill-left {
box-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
}
.progress-metric.split:hover .progress-fill-right {
box-shadow: 0 0 15px rgba(75, 0, 130, 0.5);
}
.progress-metric.split {
padding: 12px 15px;
}
.progress-metric.split .progress-label {
margin-bottom: 8px;
gap: 12px;
}
.progress-metric.split .progress-label span:first-child,
.progress-metric.split .progress-label span:last-child {
flex: 0 0 80px;
font-size: 14px;
}
.progress-metric.split .progress-value {
font-weight: 600;
text-shadow: 0 0 5px rgba(255, 20, 147, 0.3);
font-size: 14px;
min-width: 60px;
text-align: center;
}
.progress-metric:hover .progress-fill-center {
box-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
}
.progress-label {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 4px;
color: #00FFEE;
font-size: 14px;
}
.progress-metric:not(.split) .progress-label {
gap: 12px;
}
.progress-metric:not(.split) .progress-label span {
flex: 0 0 auto;
}
.progress-metric:not(.split) .progress-value {
color: #FFE1FF;
}
.progress-metric.split .progress-label {
gap: 20px;
}
.progress-metric.split .progress-label span:first-child,
.progress-metric.split .progress-label span:last-child {
flex: 0 0 80px;
}
.progress-metric.split .progress-label span:first-child {
text-align: right;
}
.progress-metric.split .progress-label span:last-child {
text-align: left;
}
.progress-metric.split .progress-value {
color: #FFE1FF;
flex: 0 0 60px;
text-align: center;
}
.progress-metric:hover .progress-fill {
box-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
}
.progress-metric:hover .progress-fill-center {
box-shadow: 0 0 15px rgba(75, 0, 130, 0.5);
}
.info-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.creator-section {
margin: 20px 0;
}
.creator-badge {
display: inline-flex;
align-items: center;
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 10px 15px;
}
.creator-label {
color: #FFE1FF;
font-size: 14px;
margin-right: 8px;
}
.creator-link {
display: flex;
align-items: center;
gap: 5px;
color: #00FFEE;
text-decoration: none;
transition: all 0.3s ease;
}
.creator-name {
font-weight: 600;
}
.creator-arrow {
font-size: 16px;
transition: transform 0.3s ease;
}
.creator-link:hover {
color: #FF1493;
}
.creator-link:hover .creator-arrow {
transform: translateX(3px);
}
.model-info {
margin-top: 30px;
}
.name-legend {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 20px;
margin: 20px 0;
}
.name-legend h3 {
color: #FF1493;
font-size: 18px;
margin: 0 0 15px 0;
}
.legend-grid {
display: grid;
gap: 12px;
}
.legend-item {
display: flex;
align-items: baseline;
gap: 10px;
}
.legend-key {
color: #00FFEE;
font-weight: 600;
min-width: 80px;
}
.legend-value {
color: #FFE1FF;
}
.model-description {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 20px;
}
.model-description p {
margin: 0 0 15px 0;
line-height: 1.6;
}
.model-description p:last-child {
margin-bottom: 0;
}
.section-container {
margin: 40px 0;
}
.info-card {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
overflow: hidden;
}
.info-header {
background: rgba(255, 20, 147, 0.1);
padding: 20px;
border-bottom: 1px solid rgba(255, 20, 147, 0.3);
}
.info-header h3 {
color: #FF1493;
margin: 0 0 10px 0;
font-size: 20px;
text-shadow: 0 0 5px rgba(255, 20, 147, 0.3);
}
.model-tags {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.model-tag {
background: rgba(0, 255, 238, 0.1);
color: #00FFEE;
padding: 4px 8px;
border-radius: 4px;
font-size: 12px;
border: 1px solid rgba(0, 255, 238, 0.2);
}
.model-composition {
padding: 20px;
border-bottom: 1px solid rgba(255, 20, 147, 0.3);
}
.model-composition h4 {
color: #FF1493;
margin: 0 0 15px 0;
font-size: 16px;
}
.composition-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 10px;
}
.composition-list li {
color: #FFE1FF;
display: flex;
align-items: baseline;
gap: 8px;
}
.model-component {
color: #00FFEE;
font-weight: 500;
min-width: 120px;
}
.template-card {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 15px;
}
.template-item {
display: flex;
align-items: center;
gap: 12px;
}
.template-icon {
width: 24px;
height: 24px;
opacity: 0.8;
}
.template-content {
display: flex;
align-items: baseline;
gap: 8px;
}
.template-link {
color: #00FFEE;
text-decoration: none;
font-weight: 500;
display: flex;
align-items: center;
gap: 5px;
}
.template-author {
color: rgba(255, 225, 255, 0.7);
font-size: 14px;
}
.quantized-container {
display: grid;
gap: 20px;
}
.quantized-section {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 20px;
}
.quantized-section h3 {
color: #FF1493;
font-size: 18px;
margin: 0 0 15px 0;
}
.quantized-items {
display: grid;
gap: 12px;
}
.quantized-item {
display: flex;
align-items: baseline;
gap: 10px;
}
.quantized-item .author {
color: rgba(255, 225, 255, 0.7);
min-width: 100px;
}
.multi-links {
display: flex;
align-items: center;
gap: 8px;
}
.separator {
color: rgba(255, 225, 255, 0.5);
}
.config-container {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
overflow: hidden;
}
.config-header {
background: rgba(255, 20, 147, 0.1);
padding: 15px 20px;
border-bottom: 1px solid rgba(255, 20, 147, 0.3);
}
.model-name {
color: #FF1493;
font-weight: 600;
}
.config-content {
padding: 20px;
}
.config-item {
display: flex;
flex-direction: column;
gap: 5px;
margin-bottom: 15px;
}
.config-label {
color: #00FFEE;
font-size: 14px;
font-weight: 500;
}
.config-value {
color: #FFE1FF;
font-family: 'Courier New', monospace;
}
.config-models {
margin-top: 20px;
}
.model-list {
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}
.model-list li {
color: #FFE1FF;
font-family: 'Courier New', monospace;
padding: 5px 0;
padding-left: 20px;
position: relative;
}
.model-list li::before {
content: '-';
position: absolute;
left: 0;
color: #00FFEE;
}
.link-arrow {
display: inline-block;
transition: transform 0.3s ease;
}
a:hover .link-arrow {
transform: translateX(3px);
}
.benchmark-notification {
background: rgba(255, 20, 147, 0.15);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
margin-bottom: 20px;
padding: 12px;
animation: glowPulse 2s infinite;
}
.notification-content {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center;
}
.notification-icon {
font-size: 20px;
}
.notification-text {
color: #FFE1FF;
font-size: 16px;
font-weight: 500;
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
}
.benchmark-link {
color: #00FFEE;
text-decoration: none;
font-size: 14px;
padding: 4px 8px;
border-radius: 4px;
transition: all 0.3s ease;
border: 1px solid rgba(0, 255, 238, 0.3);
}
.benchmark-link:hover {
background: rgba(0, 255, 238, 0.1);
border-color: rgba(0, 255, 238, 0.5);
color: #00FFEE;
text-shadow: 0 0 5px rgba(0, 255, 238, 0.5);
}
@keyframes glowPulse {
0% {
box-shadow: 0 0 5px rgba(255, 20, 147, 0.3);
}
50% {
box-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
}
100% {
box-shadow: 0 0 5px rgba(255, 20, 147, 0.3);
}
}
.review-card {
background: rgba(28, 14, 36, 0.95);
border: 1px solid rgba(255, 20, 147, 0.3);
border-radius: 8px;
padding: 15px;
margin-bottom: 15px;
}
.review-card:last-child {
margin-bottom: 0;
}
</style>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>L3.3-Nevoria-R1-70b</title>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<h1>L3.3-Nevoria-R1-70b</h1>
</div>
<div class="info">
<img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/_oWpsvCZ-graNKzJBBjGo.jpeg" alt="Model banner">
<div class="creator-section">
<div class="creator-badge">
<span class="creator-label">Created by</span>
<a href="https://huggingface.co/Steelskull" target="_blank" class="creator-link">
<span class="creator-name">SteelSkull</span>
<span class="creator-arrow">β†’</span>
</a>
</div>
</div>
<div class="model-info">
<h2>Model Information</h2>
<div class="info-card">
<div class="info-header">
<h3>L3.3-Nevoria-R1-70b</h3>
<div class="model-tags">
<span class="model-tag">L3.3 = Llama 3.3</span>
<span class="model-tag">R1 = DeepSeek-R1</span>
<span class="model-tag">70b Parameters</span>
</div>
</div>
<div class="model-composition">
<h4>Model Composition</h4>
<ul class="composition-list">
<li><span class="model-component"><a href="https://huggingface.co/EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.1" target="_blank">EVA-LLAMA-0.1</a></span> Storytelling capabilities</li>
<li><span class="model-component"><a href="https://huggingface.co/Sao10K/L3.3-70B-Euryale-v2.3" target="_blank">EURYALE-v2.3</a></span> Detailed scene descriptions</li>
<li><span class="model-component"><a href="https://huggingface.co/TheDrummer/Anubis-70B-v1" target="_blank">Anubis-v1</a></span> Enhanced prose details</li>
<li><span class="model-component"><a href="https://huggingface.co/SicariusSicariiStuff/Negative_LLAMA_70B" target="_blank">Negative_LLAMA</a></span> Reduced positive bias</li>
<li><span class="model-component"><a href="https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B" target="_blank">DeepSeek-R1-Distill-Llama-70B</a></span> Increased Intelligence / Dialog / Awareness</li>
<li><span class="model-component base-model"><a href="https://huggingface.co/nbeerbower/Llama-3.1-Nemotron-lorablated-70B" target="_blank">Nemotron-lorablated</a></span> Base model</li>
</ul>
</div>
<div class="model-description">
<p>This model builds upon the original Nevoria foundation, incorporating the Deepseek-R1 reasoning architecture to enhance dialogue interaction and scene comprehension. While maintaining Nevoria's core strengths in storytelling and scene description (derived from EVA, EURYALE, and Anubis), this iteration aims to improve prompt adherence and creative reasoning capabilities. The model also retains the balanced perspective introduced by Negative_LLAMA and Nemotron elements. Also, the model plays the card to almost a fault, It'll pick up on minor issues and attempt to run with them. Users had it call them out for misspelling a word while playing in character. </p>
<p>Note: While Nevoria-R1 represents a significant architectural change, rather than a direct successor to Nevoria, it operates as a distinct model with its own characteristics.</p>
<p>The lorablated model base choice was intentional, creating unique weight interactions similar to the original <a href="https://huggingface.co/Steelskull/L3-MS-Astoria-70b" target="_blank">Astoria model</a> and <a href="https://huggingface.co/Steelskull/L3.1-MS-Astoria-70b-v2" target="_blank">Astoria V2 model</a>. This "weight twisting" effect, achieved by subtracting the lorablated base model during merging, creates an interesting balance in the model's behavior. While unconventional compared to sequential component application, this approach was chosen for its unique response characteristics.</p>
</div>
</div>
<!--<div class="metrics-section">
<details open>
<summary>User Reviews</summary>
<div class="progress-metrics">
<div>
<div class="review-card">
<div>
<span>@Geechan - Discord</span>
</div>
<p>@Steel Have only briefly tested so far, but you really cooked up an amazing merge with this one, and I mean that wholeheartedly. Insane creativity, perfect character adherence and dialogue, loves to slow burn and take its time, minimal sloppy patterns and writing, and such a breath of fresh air in many ways. I'm enjoying my results with 1 temp and 0.99 TFS (close to something like 0.015 min P). Letting the model be creative and wild is so fun and makes me want to RP more.<br><br>No positivity bias either; violent scenes will result in my death and/or suffering, as they should, and I don't see any soft refusals either. ERP has no skimming of details or refusals like you see on some other L3.3 tunes too</p>
</div>
<div class="review-card">
<div>
<span>IGODZOL - Huggingface</span>
</div>
<p>I honestly have no idea why (maybe the negative llama is having that great of an influence) but this merge is miles above the individual tunes that went into making it. Good sir, this model has just become my daily driver. Chapeau bas</p>
</div>
<div class="review-card">
<div>
<span>@thana_alt - Discord</span>
</div>
<p>I'm thoroughly impressed by this merge of Llama 3.3. It successfully addresses the positivity bias prevalent in the base Llama model, ensuring a more accurate and balanced response. The adherence to system prompts is also notable, with the model demonstrating a keen understanding of context and instruction.<br><br>The prose generated by this model is truly exceptional - it's almost as if a skilled chef has carefully crafted each sentence to create a rich and immersive experience. I put this to the test in an adventure scenario, where I had about 10,000 tokens of lorebooks and was managing nine characters simultaneously. Despite the complexity, the model performed flawlessly, keeping track of each character's location and activity without any confusion - even when they were in different locations.<br><br>I also experimented with an astral projection type of power, and was impressed to see that the model accurately discerned that I wasn't physically present in a particular location. Another significant advantage of this model is the lack of impersonation issues, allowing for seamless role-playing and storytelling.<br><br>The capacity of this model is equally impressive, as I was able to load up to 110,000 tokens without encountering any issues. In fact, I successfully tested it with up to 70,000 tokens without experiencing any breakdown or degradation in performance.<br><br>When combined with the "The Inception Presets - Methception Llamaception Qwenception" prompt preset from https://huggingface.co/Konnect1221/ , this model truly shines, bringing out the best in the Llama 3.3 architecture. Overall, I'm extremely satisfied with this merge and would highly recommend it to anyone looking to elevate their storytelling and role-playing experiences.</p>
</div>
</div>
</div>
</details>
</div>-->
</div>
<!-- UGI-Benchmark Results (Temporarily Hidden)
<h2>UGI-Benchmark Results:</h2>
<div class="benchmark-container">
<div class="benchmark-notification">
<div class="notification-content">
<span class="notification-icon">πŸ†</span>
<span class="notification-text">
Highest ranked 70b as of 01/17/2025.
<a href="https://huggingface.co/spaces/DontPlanToEnd/UGI-Leaderboard" target="_blank" class="benchmark-link">
View Full Leaderboard β†’
</a>
</span>
</div>
</div>
<div class="metrics-section">
<h3>Core Metrics</h3>
<div class="core-metrics-grid">
<div class="metric-box">
<span class="label">UGI Score</span>
<span class="value">56.75</span>
</div>
<div class="metric-box">
<span class="label">Willingness Score</span>
<span class="value">7.5/10</span>
</div>
<div class="metric-box">
<span class="label">Natural Intelligence</span>
<span class="value">41.09</span>
</div>
<div class="metric-box">
<span class="label">Coding Ability</span>
<span class="value">20</span>
</div>
</div>
</div>
<div class="metrics-section">
<h3>Model Information</h3>
<div class="info-grid">
<div class="metric-box">
<span class="label">Political Lean</span>
<span class="value">-8.1%</span>
</div>
<div class="metric-box">
<span class="label">Ideology</span>
<span class="value">Liberalism</span>
</div>
<div class="metric-box">
<span class="label">Parameters</span>
<span class="value">70B</span>
</div>
</div>
</div>
<div class="metrics-section">
<details>
<summary>Aggregated Scores</summary>
<div class="progress-metrics">
<div class="progress-metric">
<div class="progress-label">
<span>Diplomacy</span>
<span class="progress-value">61.9%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 61.9%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>Government</span>
<span class="progress-value">45.9%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 45.9%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>Economy</span>
<span class="progress-value">43.9%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 43.9%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>Society</span>
<span class="progress-value">60.1%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 60.1%"></div>
</div>
</div>
</div>
</details>
</div>
<div class="metrics-section">
<details>
<summary>Individual Scores</summary>
<div class="progress-metrics">
<div class="progress-metric split">
<div class="progress-label">
<span>Federal</span>
<span class="progress-value">44.2%</span>
<span>Unitary</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 22.1%"></div>
<div class="progress-fill-right" style="width: 27.9%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Democratic</span>
<span class="progress-value">66.2%</span>
<span>Autocratic</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 33.1%"></div>
<div class="progress-fill-right" style="width: 16.9%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Security</span>
<span class="progress-value">48.1%</span>
<span>Freedom</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 24.05%"></div>
<div class="progress-fill-right" style="width: 25.95%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Nationalism</span>
<span class="progress-value">40.4%</span>
<span>Int'l</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 20.2%"></div>
<div class="progress-fill-right" style="width: 29.8%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Militarist</span>
<span class="progress-value">30.4%</span>
<span>Pacifist</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 15.2%"></div>
<div class="progress-fill-right" style="width: 34.8%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Assimilationist</span>
<span class="progress-value">43.3%</span>
<span>Multiculturalist</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 21.65%"></div>
<div class="progress-fill-right" style="width: 28.35%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Collectivize</span>
<span class="progress-value">43.8%</span>
<span>Privatize</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 21.9%"></div>
<div class="progress-fill-right" style="width: 28.1%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Planned</span>
<span class="progress-value">43.1%</span>
<span>LaissezFaire</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 21.55%"></div>
<div class="progress-fill-right" style="width: 28.45%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Isolationism</span>
<span class="progress-value">44.8%</span>
<span>Globalism</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 22.4%"></div>
<div class="progress-fill-right" style="width: 27.6%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Irreligious</span>
<span class="progress-value">55.4%</span>
<span>Religious</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 27.7%"></div>
<div class="progress-fill-right" style="width: 22.3%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Progressive</span>
<span class="progress-value">59.6%</span>
<span>Traditional</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 29.8%"></div>
<div class="progress-fill-right" style="width: 20.2%"></div>
</div>
</div>
<div class="progress-metric split">
<div class="progress-label">
<span>Acceleration</span>
<span class="progress-value">65.2%</span>
<span>Bioconservative</span>
</div>
<div class="progress-bar split">
<div class="progress-fill-left" style="width: 32.6%"></div>
<div class="progress-fill-right" style="width: 17.4%"></div>
</div>
</div>
</div>
</details>
</div>
</div>
-->
<!-- Open LLM-Benchmark Results (Temporarily Hidden)
<h2>Open LLM-Benchmark Results:</h2>
<div class="benchmark-container">
<div class="benchmark-notification">
<div class="notification-content">
<span class="notification-text">
Average Score: 43.92%
<a href="https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?rankingMode=dynamic" target="_blank" class="benchmark-link">
View Full Leaderboard β†’
</a>
</span>
</div>
</div>
<div class="progress-metrics">
<div class="progress-metric">
<div class="progress-label">
<span>IFEval</span>
<span class="progress-value">69.63%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 69.63%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>BBH</span>
<span class="progress-value">56.60%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 56.60%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>MATH</span>
<span class="progress-value">38.82%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 38.82%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>GPQA</span>
<span class="progress-value">29.42%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 29.42%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>MUSR</span>
<span class="progress-value">18.63%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 18.63%"></div>
</div>
</div>
<div class="progress-metric">
<div class="progress-label">
<span>MMLU-Pro</span>
<span class="progress-value">50.39%</span>
</div>
<div class="progress-bar">
<div class="progress-fill" style="width: 50.39%"></div>
</div>
</div>
</div>
</div>
-->
<div class="section-container">
<h2>Reccomended Templates & Prompts</h2>
<div class="template-card">
<div class="template-item">
<div class="template-content">
<a href="https://huggingface.co/Konnect1221/Methception-Llamaception-SillyTavern-Preset" target="_blank" class="template-link">
LLam@ception
<span class="link-arrow">β†’</span>
</a>
<span class="template-author">by @.konnect</span>
</div>
</div>
</div>
</div>
<div class="section-container">
<h2>Quantized Versions</h2>
<div class="quantized-container">
<div class="quantized-section">
<h3>GGUF Quantizations</h3>
<div class="quantized-items">
<!--<div class="quantized-item">
<span class="author">bartowski</span>
<a href="https://huggingface.co/bartowski/L3.3-Exp-Nevoria-R1-70b-GGUF" target="_blank">
Combined-GGUF
<span class="link-arrow">β†’</span>
</a>
</div>-->
<div class="quantized-item">
<span class="author">mradermacher</span>
<div class="multi-links">
<a href="https://huggingface.co/mradermacher/L3.3-Exp-Nevoria-R1-70b-GGUF" target="_blank">
GGUF
<span class="link-arrow">β†’</span>
</a>
<span class="separator">//</span>
<a href="https://huggingface.co/mradermacher/L3.3-Exp-Nevoria-R1-70b-i1-GGUF" target="_blank">
Imat-GGUF
<span class="link-arrow">β†’</span>
</a>
</div>
</div>
</div>
</div>
<div class="quantized-section">
<h3>EXL2 Quantizations</h3>
<div class="quantized-items">
<div class="quantized-item">
<span class="author">Darkhn</span>
<a href="https://huggingface.co/Darkhn/Steelskull_L3.3-Exp-Nevoria-R1-70b-6.0bpw-h8-exl2" target="_blank">
6.0BPW-EXL2
<span class="link-arrow">β†’</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="support-section">
<h2>Support the Project:</h2>
<a href="https://ko-fi.com/Y8Y0AO2XE" target="_blank" class="button">
Support on Ko-fi
</a>
</div>
</div>
</div>
</body>
</html>