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

Model: ljvmiranda921/Polyglot-OLMo3-7B-SFT-de
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-28 15:56:06 +08:00
commit 7cde08662c
14 changed files with 601642 additions and 0 deletions

23
special_tokens_map.json Normal file
View File

@@ -0,0 +1,23 @@
{
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}