dagbs commited on
Commit
ef3f6a8
1 Parent(s): 57e0467

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -11,9 +11,8 @@ quantized_by: dagbs
11
  - Model organization: [DeepSeek](https://huggingface.co/deepseek-ai)
12
  - Original model: [deepseek-ai/deepseek-coder-7b-base-v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-base-v1.5)
13
 
14
- Notes: There are some weird things going on with the original model and these 3 GGUF files are the only usable files available. I'm not sure how useful they are or if they work.
15
-
16
  F16 converted using llama.cpp convert.py with the following arguments
17
-
18
  * --pad-vocab
19
- * --vocab-type bpe
 
 
 
11
  - Model organization: [DeepSeek](https://huggingface.co/deepseek-ai)
12
  - Original model: [deepseek-ai/deepseek-coder-7b-base-v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-base-v1.5)
13
 
 
 
14
  F16 converted using llama.cpp convert.py with the following arguments
 
15
  * --pad-vocab
16
+ * --vocab-type hfft
17
+
18
+ [Note]: The files _currently_ uploaded use an incorrect covab (bfe) which may results in errors and will be re-uploaded with the suite of quants soon.