初始化项目,由ModelHub XC社区提供模型
Model: absltnull/predBor-v1 Source: Original Platform
This commit is contained in:
26
tokenizer_config.json
Normal file
26
tokenizer_config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"add_prefix_space": false,
|
||||
"backend": "tokenizers",
|
||||
"bos_token": "<s>",
|
||||
"byte_fallback": true,
|
||||
"clean_up_tokenization_spaces": false,
|
||||
"eos_token": "<__end__>",
|
||||
"extra_special_tokens": [
|
||||
"<s>",
|
||||
"</s>",
|
||||
"<__end__>",
|
||||
"<__end_turn__>"
|
||||
],
|
||||
"is_local": true,
|
||||
"legacy": false,
|
||||
"local_files_only": false,
|
||||
"model_max_length": 4096,
|
||||
"normalization_rule_name": "identity",
|
||||
"pad_token": "<__end__>",
|
||||
"padding_side": "right",
|
||||
"tokenizer_class": "TokenizersBackend",
|
||||
"truncation_side": "right",
|
||||
"unk_id": 0,
|
||||
"unk_token": "<unk>",
|
||||
"use_fast": false
|
||||
}
|
||||
Reference in New Issue
Block a user