Update for Transformers AWQ support

This commit is contained in:
ai-modelscope
2025-02-15 00:56:32 +08:00
parent 9df68ab171
commit 4e56254ecb
15 changed files with 93932 additions and 55 deletions

6
special_tokens_map.json Normal file
View File

@@ -0,0 +1,6 @@
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}