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

Model: Locutusque/gpt2-xl-conversational
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-13 13:58:15 +08:00
commit ac0acc2c43
12 changed files with 150616 additions and 0 deletions

13
tokenizer_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 256,
"model_max_length": 1024,
"stride": 0,
"tokenizer_class": "GPT2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}