初始化项目,由ModelHub XC社区提供模型
Model: pvlabs/Chytrej2-90M-Base Source: Original Platform
This commit is contained in:
15
tokenizer_config.json
Normal file
15
tokenizer_config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"backend": "tokenizers",
|
||||
"bos_token": "<|im_start|>",
|
||||
"eos_token": "<|endoftext|>",
|
||||
"extra_special_tokens": [
|
||||
"<|im_start|>",
|
||||
"<|im_end|>",
|
||||
"<|endoftext|>",
|
||||
"<|padding|>"
|
||||
],
|
||||
"model_max_length": 8192,
|
||||
"pad_token": "<|padding|>",
|
||||
"tokenizer_class": "TokenizersBackend",
|
||||
"unk_token": null
|
||||
}
|
||||
Reference in New Issue
Block a user