Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,9 @@ 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.
|
|
|
|
|
|
|
|
|
|
|
|
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
|