@@ -117,7 +117,6 @@ class TOKENIZER_TYPE(IntEnum):
117117 {"name" : "exaone" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct" , },
118118 {"name" : "phi-2" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/microsoft/phi-2" , },
119119 {"name" : "chameleon" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/facebook/chameleon-7b" , },
120- {"name" : "minerva-7b" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/sapienzanlp/Minerva-7B-base-v1.0" , },
121120 {"name" : "roberta-bpe" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/sentence-transformers/stsb-roberta-base" },
122121 {"name" : "gigachat" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/ai-sage/GigaChat-20B-A3B-instruct" },
123122 {"name" : "megrez" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/Infinigence/Megrez-3B-Instruct" },
@@ -138,6 +137,7 @@ class TOKENIZER_TYPE(IntEnum):
138137 {"name" : "chatglm-bpe" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/THUDM/glm-4-9b-chat" , "chkhsh" : "b6e8e1518dc4305be2fe39c313ed643381c4da5db34a98f6a04c093f8afbe99b" },
139138 {"name" : "chatglm-bpe" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/THUDM/glm-4-9b-chat" , "chkhsh" : "81d72c7348a9f0ebe86f23298d37debe0a5e71149e29bd283904c02262b27516" },
140139 {"name" : "glm4" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/THUDM/glm-4-9b-hf" , "chkhsh" : "a1336059768a55c99a734006ffb02203cd450fed003e9a71886c88acf24fdbc2" },
140+ {"name" : "minerva-7b" , "tokt" : TOKENIZER_TYPE .BPE , "repo" : "https://huggingface.co/sapienzanlp/Minerva-7B-base-v1.0" , "chkhsh" : "1431a23e583c97432bc230bff598d103ddb5a1f89960c8f1d1051aaa944d0b35" },
141141]
142142
143143
0 commit comments