jbomdev commited on
Commit
f66ef7a
·
verified ·
1 Parent(s): 5bcb323

add GGUF mentions

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -58,6 +58,7 @@ model-index:
58
  [![Platform](https://img.shields.io/badge/GitHub-LLME%20(platform)-181717?logo=github)](https://github.com/J-bom/LLME)
59
  [![Architecture](https://img.shields.io/badge/arch-Llama--style-blue)]()
60
  [![Params](https://img.shields.io/badge/params-373M-green)]()
 
61
 
62
  </div>
63
 
@@ -178,6 +179,7 @@ out = model.generate(
178
  print(tok.decode(out[0][ids.shape[1]:], skip_special_tokens=True))
179
  ```
180
 
 
181
  ### Recommended generation settings
182
 
183
  These are the defaults AlterEgo was tuned and served with in LLME:
@@ -206,12 +208,19 @@ AlterEgo uses **ChatML**:
206
 
207
  ### Run it locally (GGUF)
208
 
209
- Because it's standard Llama format, you can convert to GGUF for Ollama / LM Studio / llama.cpp:
 
 
 
210
 
211
  ```bash
212
  python llama.cpp/convert_hf_to_gguf.py ./AlterEgo --outfile alterego-f16.gguf --outtype f16
213
  ```
214
 
 
 
 
 
215
  ## Limitations
216
 
217
  AlterEgo is a 373M-parameter model trained on a modest token budget, and it behaves like one:
 
58
  [![Platform](https://img.shields.io/badge/GitHub-LLME%20(platform)-181717?logo=github)](https://github.com/J-bom/LLME)
59
  [![Architecture](https://img.shields.io/badge/arch-Llama--style-blue)]()
60
  [![Params](https://img.shields.io/badge/params-373M-green)]()
61
+ [![Format](https://img.shields.io/badge/format-GGUF-orange)]()
62
 
63
  </div>
64
 
 
179
  print(tok.decode(out[0][ids.shape[1]:], skip_special_tokens=True))
180
  ```
181
 
182
+
183
  ### Recommended generation settings
184
 
185
  These are the defaults AlterEgo was tuned and served with in LLME:
 
208
 
209
  ### Run it locally (GGUF)
210
 
211
+ Feel free to use my pre-made GGUF's and quants by visiting [The GGUF's and quants page](https://huggingface.co/jbomdev/AlterEgo-GGUF).
212
+ Or running the model with [ollama](https://ollama.com/jbomdev/alterego).
213
+
214
+ Also, Because it's standard Llama format, you can convert to GGUF for Ollama / LM Studio / llama.cpp yourself:
215
 
216
  ```bash
217
  python llama.cpp/convert_hf_to_gguf.py ./AlterEgo --outfile alterego-f16.gguf --outtype f16
218
  ```
219
 
220
+
221
+
222
+
223
+
224
  ## Limitations
225
 
226
  AlterEgo is a 373M-parameter model trained on a modest token budget, and it behaves like one: