Steelskull commited on
Commit
ecc5c03
·
verified ·
1 Parent(s): 6cd7c01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
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
- <h3>Config:</h3>
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
- </code></pre>
 
 
 
 
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>&lt;start_of_turn&gt;user
121
+ {{ if .System }}{{ .System }} {{ end }}{{ .Prompt }}&lt;end_of_turn&gt;
122
+ &lt;start_of_turn&gt;model
123
+ {{ .Response }}&lt;end_of_turn&gt;</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.