Steelskull commited on
Commit
28ed42b
·
verified ·
1 Parent(s): d67e377

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -127,7 +127,6 @@ MS = Model Stock
127
  <p>i1-GGUF Quant: <a href="https://huggingface.co/mradermacher/ML-MS-Etheris-123B-i1-GGUF" target="_blank"> Mradermacher-i1-GGUF</a></p>
128
  <h3>Config:</h3>
129
  <pre><code>MODEL_NAME = "ML-MS-Etheris-123B"
130
- yaml_config = """
131
  base_model: SillyTilly/Mistral-Large-Instruct-2407
132
  merge_method: model_stock
133
  dtype: bfloat16
@@ -142,9 +141,8 @@ base_model: SillyTilly/Mistral-Large-Instruct-2407
142
  merge_method: della
143
  dtype: bfloat16
144
  models:
145
- - model: ./merge/msbase/Etheris-123B
146
- - model: ./merge/della/attempt3/model
147
- """
148
  </code></pre>
149
  <p><strong>If you wish to support:</strong></p>
150
  </div>
 
127
  <p>i1-GGUF Quant: <a href="https://huggingface.co/mradermacher/ML-MS-Etheris-123B-i1-GGUF" target="_blank"> Mradermacher-i1-GGUF</a></p>
128
  <h3>Config:</h3>
129
  <pre><code>MODEL_NAME = "ML-MS-Etheris-123B"
 
130
  base_model: SillyTilly/Mistral-Large-Instruct-2407
131
  merge_method: model_stock
132
  dtype: bfloat16
 
141
  merge_method: della
142
  dtype: bfloat16
143
  models:
144
+ -model: ./merge/msbase/Etheris-123B
145
+ -model: ./merge/della/attempt3/model
 
146
  </code></pre>
147
  <p><strong>If you wish to support:</strong></p>
148
  </div>