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

Model: DHBaek/gpt2-stackoverflow-question-contents-generator
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-01 02:47:17 +08:00
commit c11fc6923a
8 changed files with 50061 additions and 0 deletions

1
special_tokens_map.json Normal file
View File

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