Skip to content

Commit 1b2a53a

Browse files
authored
fatfingers--
1 parent 0cc8cb5 commit 1b2a53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convert_hf_to_gguf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,8 @@ def get_vocab_base_pre(self, tokenizer) -> str:
659659
# ref: https://huggingface.co/core42/jais-13b
660660
res = "jais"
661661
if chkhsh == "7b3e7548e4308f52a76e8229e4e6cc831195d0d1df43aed21ac6c93da05fec5f":
662-
# ref: https://huggingface.co/WisdomShell/-7B
663-
res = ""
662+
# ref: https://huggingface.co/WisdomShell/CodeShell-7B
663+
res = "codeshell"
664664
if chkhsh == "63b97e4253352e6f357cc59ea5b583e3a680eaeaf2632188c2b952de2588485e":
665665
# ref: https://huggingface.co/mistralai/Mistral-Nemo-Base-2407
666666
res = "tekken"

0 commit comments

Comments
 (0)