Steelskull
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -106,7 +106,7 @@ tags:
|
|
106 |
<p>The Model_stock merge method ensures the model remains focused, tailored, and high-quality.</p>
|
107 |
<h2>Quants:</h2>
|
108 |
<p>Will add once found</p>
|
109 |
-
<
|
110 |
<pre><code>MODEL_NAME = "G2-MS-Nyxora-27b"
|
111 |
yaml_config = """
|
112 |
base_model: google/gemma-2-27b-it
|
@@ -115,8 +115,12 @@ dtype: bfloat16
|
|
115 |
models:
|
116 |
- model: TheDrummer/Big-Tiger-Gemma-27B-v1
|
117 |
- model: migtissera/Tess-v2.5-Gemma-2-27B-alpha
|
118 |
-
"""
|
119 |
-
|
|
|
|
|
|
|
|
|
120 |
<h4>Source Model Details:</h4>
|
121 |
<p><strong>TheDrummer/Big-Tiger-Gemma-27B-v1:</strong><br>
|
122 |
A decensored version of the Gemma 27B model.
|
|
|
106 |
<p>The Model_stock merge method ensures the model remains focused, tailored, and high-quality.</p>
|
107 |
<h2>Quants:</h2>
|
108 |
<p>Will add once found</p>
|
109 |
+
<h2>Config:</h2>
|
110 |
<pre><code>MODEL_NAME = "G2-MS-Nyxora-27b"
|
111 |
yaml_config = """
|
112 |
base_model: google/gemma-2-27b-it
|
|
|
115 |
models:
|
116 |
- model: TheDrummer/Big-Tiger-Gemma-27B-v1
|
117 |
- model: migtissera/Tess-v2.5-Gemma-2-27B-alpha
|
118 |
+
"""</code></pre>
|
119 |
+
<h4>Template:</h4>
|
120 |
+
<pre><code><start_of_turn>user
|
121 |
+
{{ if .System }}{{ .System }} {{ end }}{{ .Prompt }}<end_of_turn>
|
122 |
+
<start_of_turn>model
|
123 |
+
{{ .Response }}<end_of_turn></code></pre>
|
124 |
<h4>Source Model Details:</h4>
|
125 |
<p><strong>TheDrummer/Big-Tiger-Gemma-27B-v1:</strong><br>
|
126 |
A decensored version of the Gemma 27B model.
|