Merry commited on
Commit
c287c84
1 Parent(s): 0a0d945

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -10,10 +10,13 @@ datasets:
10
  - EleutherAI/the_pile_deduplicated
11
  ---
12
 
13
- # Converted with ggerganov/ggml's stablelm conversion script, and tested with KoboldCpp.
14
- ## *(I can't promise that this will work with other frontends. Use at your own risk!)*
15
 
16
- Note: I've had problems with names like "Alice" and "Reimu Hakurei" in chat mode. My theory is that it may be thanks to the hacked tokenizer [(source)](https://github.com/ggerganov/ggml/tree/master/examples/gpt-neox#notes).
 
 
 
 
17
 
18
  **2023-04-20:** *q4_3. Used [commit 05f3079](https://github.com/ggerganov/ggml/tree/05f307971862b83df12fada0c42ee027ba5a82b5/examples/stablelm).*
19
 
 
10
  - EleutherAI/the_pile_deduplicated
11
  ---
12
 
13
+ Converted and quantized from EleutherAI's Pythia Deduped checkpoints.
 
14
 
15
+ Notes:
16
+ - Converted with ggerganov/ggml's gpt-neox conversion script, and tested with KoboldCpp.
17
+ - I can't promise that this will work with other frontends, if at all. I've had problems with the tokenizer. Could be related to the ggml implementation of GPT-NeoX [(source)](https://github.com/ggerganov/ggml/tree/master/examples/gpt-neox#notes).
18
+
19
+ Versions:
20
 
21
  **2023-04-20:** *q4_3. Used [commit 05f3079](https://github.com/ggerganov/ggml/tree/05f307971862b83df12fada0c42ee027ba5a82b5/examples/stablelm).*
22