Update README.md
Browse files
README.md
CHANGED
|
@@ -179,19 +179,19 @@ img {
|
|
| 179 |
<body>
|
| 180 |
<div class="header">
|
| 181 |
<h1>Rei-12B</h1>
|
| 182 |
-
<p class="tagline">Another prototype Magnum...</p>
|
| 183 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/66c26b6fb01b19d8c3c2467b/nqMkoIsmScaTFHCFirGsc.png" alt="Rei Model" class="model-img" width="500px">
|
| 184 |
</div>
|
| 185 |
<div class="card">
|
| 186 |
<h2>✨ Overview</h2>
|
| 187 |
-
<p>
|
| 188 |
-
<p>Fine-tuned on top of <a href="
|
| 189 |
</div>
|
| 190 |
<div class="card">
|
| 191 |
<h2>📥 Quantized Models</h2>
|
| 192 |
<div class="quant-links">
|
| 193 |
-
<a href="" class="
|
| 194 |
-
<a href="" class="
|
| 195 |
</div>
|
| 196 |
</div>
|
| 197 |
<div class="card">
|
|
@@ -216,19 +216,17 @@ Can I ask a question?<|im_end|>
|
|
| 216 |
<h2>⚙️ Training</h2>
|
| 217 |
<h3>Hparams</h3>
|
| 218 |
<ul>
|
| 219 |
-
<li>For Hparams for this model we
|
| 220 |
-
<
|
| 221 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/66c26b6fb01b19d8c3c2467b/2AWCq2cNBbq90VnqkIx79.png" width="500px" />
|
| 222 |
-
<li>If you would consult the graph, you'd notice a few things, First and foremost is that setting gradient-clip too high can be deterimental to the model as the logs and testing show that the model was overfit, Meanwhile setting it too low can also cause problems as the 1e-4 run appears to be underfit, The best one was by far the 0.001 clip which resulted in non-overfit, non-underfit model. </li>
|
| 223 |
</ul>
|
| 224 |
<h3>Configuration</h3>
|
| 225 |
<div class="details">
|
| 226 |
<details>
|
| 227 |
<summary>View Axolotl Config</summary>
|
| 228 |
-
<p>https://wandb.ai/new-eden/
|
| 229 |
</details>
|
| 230 |
</div>
|
| 231 |
-
<p>The model was trained for
|
| 232 |
<div class="badge-container">
|
| 233 |
<a href="https://github.com/OpenAccess-AI-Collective/axolotl">
|
| 234 |
<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" class="badge">
|
|
@@ -238,11 +236,11 @@ Can I ask a question?<|im_end|>
|
|
| 238 |
<div class="card">
|
| 239 |
<h2>⚠️ Credits</h2>
|
| 240 |
<p><em>
|
| 241 |
-
I'd like to thank, Ruka/Sama twinkman | LucyKnada | Kubernetes Bad | PocketDoc | Tav | Trappu | And the rest of Anthracite/Pygmalion for testing, feedback, and support.
|
| 242 |
</em></p>
|
| 243 |
</div>
|
| 244 |
<div class="footer">
|
| 245 |
-
<p>Rei-12B |
|
| 246 |
</div>
|
| 247 |
</body>
|
| 248 |
</html>
|
|
|
|
| 179 |
<body>
|
| 180 |
<div class="header">
|
| 181 |
<h1>Rei-12B</h1>
|
| 182 |
+
<p class="tagline">Another prototype Magnum... (This time with RL!)</p>
|
| 183 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/66c26b6fb01b19d8c3c2467b/nqMkoIsmScaTFHCFirGsc.png" alt="Rei Model" class="model-img" width="500px">
|
| 184 |
</div>
|
| 185 |
<div class="card">
|
| 186 |
<h2>✨ Overview</h2>
|
| 187 |
+
<p>Taking the previous 12B trained with Subseqence Loss - This model is meant to refine the base's sharp edges and increase coherency, intelligence and prose while replicating the prose of the Claude models Opus and Sonnet</p>
|
| 188 |
+
<p>Fine-tuned on top of <a href="" style="color: var(--accent);">Mistral-Nemo-Instruct (ChatML'ified)</a>, Rei-12B is designed to replicate the exquisite prose quality of Claude 3 models, particularly Sonnet and Opus, using a prototype Magnum V5 datamix.</p>
|
| 189 |
</div>
|
| 190 |
<div class="card">
|
| 191 |
<h2>📥 Quantized Models</h2>
|
| 192 |
<div class="quant-links">
|
| 193 |
+
<a href="" class="">EXL2 Quant</a>
|
| 194 |
+
<a href="" class="">GGUF Quant</a>
|
| 195 |
</div>
|
| 196 |
</div>
|
| 197 |
<div class="card">
|
|
|
|
| 216 |
<h2>⚙️ Training</h2>
|
| 217 |
<h3>Hparams</h3>
|
| 218 |
<ul>
|
| 219 |
+
<li>For Hparams for this model we used a grad clip of 1e-4 as it was proven to the best value for Mistral-12B based models, and also to prevent Rewards/Chosen from flat-lining as Hermes-genned data is... The biggest piece of dogshit.</li>
|
| 220 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/66c26b6fb01b19d8c3c2467b/tvOnEPhA9m0PvBCaAI1Re.png" width="500px" />
|
|
|
|
|
|
|
| 221 |
</ul>
|
| 222 |
<h3>Configuration</h3>
|
| 223 |
<div class="details">
|
| 224 |
<details>
|
| 225 |
<summary>View Axolotl Config</summary>
|
| 226 |
+
<p>https://wandb.ai/new-eden/KTO/artifacts/axolotl-config/config-eyt7d5i9/v0/files/axolotl_config_jvjuci1x.yml</p>
|
| 227 |
</details>
|
| 228 |
</div>
|
| 229 |
+
<p>The model was trained for 1 epochs on 8x <a href="https://www.nvidia.com/en-us/data-center/h100/" style="color: var(--accent);">NVIDIA H100s</a> GPUs generously provided by @Kalomaze</p>
|
| 230 |
<div class="badge-container">
|
| 231 |
<a href="https://github.com/OpenAccess-AI-Collective/axolotl">
|
| 232 |
<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" class="badge">
|
|
|
|
| 236 |
<div class="card">
|
| 237 |
<h2>⚠️ Credits</h2>
|
| 238 |
<p><em>
|
| 239 |
+
I'd like to thank, Ruka/Sama twinkman | LucyKnada | Kubernetes Bad | PocketDoc | Tav | Trappu | Alicat | And the rest of Anthracite/Pygmalion for testing, feedback, and support.
|
| 240 |
</em></p>
|
| 241 |
</div>
|
| 242 |
<div class="footer">
|
| 243 |
+
<p>Rei-12B | KTO</p>
|
| 244 |
</div>
|
| 245 |
</body>
|
| 246 |
</html>
|