Update for Transformers AWQ support

This commit is contained in:
ai-modelscope
2025-02-03 00:08:39 +08:00
parent ea6d26bf32
commit e2489ed4e3
15 changed files with 94055 additions and 58 deletions

11
special_tokens_map.json Normal file
View File

@@ -0,0 +1,11 @@
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}