|
--- |
|
base_model: |
|
- EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.0 |
|
- unsloth/Llama-3.3-70B-Instruct |
|
- Sao10K/L3.3-70B-Euryale-v2.3 |
|
library_name: transformers |
|
tags: |
|
- mergekit |
|
- merge |
|
|
|
--- |
|
|
|
<style> |
|
|
|
body { |
|
font-family: 'Quicksand', sans-serif; |
|
background: linear-gradient(135deg, #2E3440 0%, #1A202C 100%); |
|
color: #D8DEE9; |
|
margin: 0; |
|
padding: 0; |
|
font-size: 16px; |
|
} |
|
|
|
.container { |
|
width: 80% auto; |
|
max-width: 1080px auto; |
|
margin: 20px auto; |
|
background-color: rgba(255, 255, 255, 0.02); |
|
padding: 20px; |
|
border-radius: 12px; |
|
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); |
|
backdrop-filter: blur(10px); |
|
border: 1px solid rgba(255, 255, 255, 0.1); |
|
} |
|
|
|
.header h1 { |
|
font-size: 28px; |
|
color: #ECEFF4; |
|
margin: 0 0 20px 0; |
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); |
|
} |
|
|
|
.update-section { |
|
margin-top: 30px; |
|
} |
|
|
|
.update-section h2 { |
|
font-size: 24px; |
|
color: #88C0D0; |
|
} |
|
|
|
.update-section p { |
|
font-size: 16px; |
|
line-height: 1.6; |
|
color: #ECEFF4; |
|
} |
|
|
|
.info img { |
|
width: 100%; |
|
border-radius: 10px; |
|
margin-bottom: 15px; |
|
} |
|
|
|
a { |
|
color: #88C0D0; |
|
text-decoration: none; |
|
} |
|
|
|
a:hover { |
|
color: #A3BE8C; |
|
} |
|
|
|
.button { |
|
display: inline-block; |
|
background-color: #5E81AC; |
|
color: #E5E9F0; |
|
padding: 10px 20px; |
|
border-radius: 5px; |
|
cursor: pointer; |
|
text-decoration: none; |
|
} |
|
|
|
.button:hover { |
|
background-color: #81A1C1; |
|
} |
|
|
|
pre { |
|
background-color: #2E3440; |
|
padding: 10px; |
|
border-radius: 5px; |
|
overflow-x: auto; |
|
} |
|
|
|
code { |
|
font-family: 'Courier New', monospace; |
|
color: #D8DEE9; |
|
} |
|
|
|
</style> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>L3.3-MS-Evayale-70B</title> |
|
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap" rel="stylesheet"> |
|
</head> |
|
<body> |
|
<div class="container"> |
|
<div class="header"> |
|
<h1>L3.3-MS-Evayale-70B</h1> |
|
</div> |
|
<div class="info"> |
|
<img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/HFCaVzRpiE05Y46p41qRy.webp"> |
|
<p></p> |
|
<p><strong>Creator:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p> |
|
<h1>About Evayale-70B:</h1> |
|
<pre><code>Name Legend: |
|
L3.3 = Llama 3.3 |
|
MS = Model Stock |
|
Evayale = mix of EVA-LLAMA-0.0 and EURYALE-v2.3 |
|
70B = its 70B |
|
</code></pre> |
|
<p>This model was created as I liked the storytelling of EVA but the prose and details of scenes from EURYALE, my goal is to merge the robust storytelling of both models while attempting to maintain the positives of both models.</p> |
|
<h2>My recommended Templates / System prompts: (List of Prompt-Gremlins)</h2> |
|
<P><a href="https://huggingface.co/Steelskull/L3.3-MS-Evayale-70B/blob/main/LLam%40ception.json" target="_blank"> LLam@ception </a> <<< Template / System prompt [Made by @.konnect]</P> |
|
<p><a href="https://huggingface.co/Steelskull/L3.3-MS-Evayale-70B/blob/main/DWK-SP0.02.json" target="_blank"> DWK-SP0.02 </a> <<< System prompt [Made by @daimonwk]</P> |
|
<h2>Quants: (List of badasses) [will add once created]</h2> |
|
<p>GGUF Quant: </p> |
|
<p> - bartowski: <a href="https://huggingface.co/bartowski/L3.3-MS-Evayale-70B-GGUF" target="_blank"> Combined-GGUF </a></p> |
|
<p> - mradermacher: <a href="https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-GGUF" target="_blank"> GGUF </a>// <a href="https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF" target="_blank"> Imat-GGUF </a></p> |
|
<h3>Config:</h3> |
|
<pre><code>MODEL_NAME = "L3.3-MS-Evayale-70B" |
|
base_model: unsloth/Llama-3.3-70B-Instruct |
|
merge_method: model_stock |
|
dtype: bfloat16 |
|
models: |
|
- model: EVA-UNIT-01/EVA-LLaMA-3.33-70B-v0.0 |
|
- model: Sao10K/L3.3-70B-Euryale-v2.3 |
|
</code></pre> |
|
<p><strong>If you wish to support:</strong></p> |
|
</div> |
|
<div class="donation-section"> |
|
<a href="https://ko-fi.com/Y8Y0AO2XE" target="_blank"> |
|
<img height="36" style="border:0px;height:36px;" src="https://storage.ko-fi.com/cdn/kofi2.png?v=3" border="0" alt="Buy Me a Coffee at ko-fi.com" /> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</body> |
|
</html> |