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

Model: togethercomputer/GPT-JT-Moderation-6B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-04 14:32:12 +08:00
commit 77473b2f8e
13 changed files with 50725 additions and 0 deletions

23
special_tokens_map.json Normal file
View File

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