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

Model: CS429/gpt2-abc
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-22 10:49:17 +08:00
commit 00c31b8ec0
7 changed files with 250635 additions and 0 deletions

18
tokenizer_config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": [
"<|title|>",
"<|key|>",
"<|chords|>"
],
"is_local": false,
"local_files_only": false,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}