初始化项目,由ModelHub XC社区提供模型

Model: liyuesen/druggpt
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-24 10:47:26 +08:00
commit 404c8f573f
11 changed files with 159003 additions and 0 deletions

12
special_tokens_map.json Normal file
View File

@@ -0,0 +1,12 @@
{
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "[PAD]",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}