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

Model: gunjanhug/phi2-text-to-sql-full-20k
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-20 18:26:40 +08:00
commit a85ddaca1c
7 changed files with 250941 additions and 0 deletions

12
tokenizer_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"is_local": false,
"model_max_length": 2048,
"pad_token": "<|endoftext|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|endoftext|>"
}